8000 Pep8: fix trailing whitespace · matplotlib/matplotlib@139d820 · GitHub
[go: up one dir, main page]

Skip to content

Commit 139d820

Browse files
committed
Pep8: fix trailing whitespace
1 parent 97640da commit 139d820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def get_zdata(self, event):
697697
i, j = trans.transform_point([y, x]).astype(int)
698698
z = arr[i, j]
699699
if z.size > 1:
700-
# Override default numpy formatting for this specific case.
700+
4850 # Override default numpy formatting for this specific case.
701701
# Bad idea?
702702
z = ', '.join('{:0.3g}'.format(item) for item in z)
703703
return 'z=%s' % z

0 commit comments

Comments
 (0)
0