8000 Flake8 fix · matplotlib/matplotlib@2044b57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2044b57

Browse files
committed
Flake8 fix
1 parent 1139e6a commit 2044b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def set_array(self, A):
370370
if A is None:
371371
self._A = None
372372
return
373-
373+
374374
A = cbook.safe_masked_invalid(A, copy=True)
375375
if not np.can_cast(A.dtype, float, "same_kind"):
376376
raise TypeError("Image data of dtype {} cannot be converted to "

0 commit comments

Comments
 (0)
0