8000 really 79 chars ? · matplotlib/matplotlib@6693002 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6693002

Browse files
committed
really 79 chars ?
1 parent f37281b commit 6693002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/image.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
class _AxesImageBase(martist.Artist, cm.ScalarMappable):
6363
zorder = 0
6464

65-
# the 3 following keys seem to be unused now, keep it for backward compat just in case.
65+
# the 3 following keys seem to be unused now, keep it for
66+
# backward compatibility just in case.
6667
_interpd = _interpd_
6768
# reverse interp dict
6869
_interpdr = dict([(v, k) for k, v in six.iteritems(_interpd_)])

0 commit comments

Comments
 (0)
0