Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f37281b

Browse files
committed
fix pep8
1 parent b252fe7 commit f37281b

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
@@ -62,7 +62,7 @@
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 backward compat just in case.
6666
_interpd = _interpd_
6767
# reverse interp dict
6868
_interpdr = dict([(v, k) for k, v in six.iteritems(_interpd_)])

0 commit comments

Comments
 (0)