Skip to content

Commit aa3307e

Browse files
committed
Fix PEP8 spacing issue
1 parent 679497f commit aa3307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _reverse_cmap_spec(spec):
5353
type specs."""
5454

5555
if 'listed' in spec:
56-
return {'listed' : spec['listed'][::-1]}
56+
return {'listed': spec['listed'][::-1]}
5757

5858
if 'red' in spec:
5959
return revcmap(spec)

0 commit comments

Comments
 (0)