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

Skip to content

Commit b9bfdb3

Browse files
committed
flake8 changes
1 parent 10ae902 commit b9bfdb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/collections.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,9 +2084,9 @@ def set_array(self, A):
20842084
if misshapen_data:
20852085
_api.warn_deprecated(
20862086
"3.5", message=f"For X ({width}) and Y ({height}) "
2087-
f"with {self._shading} shading, the expected shape of A is ({h}, {w}). "
2088-
f"Passing A ({A.shape}) is deprecated since "
2089-
"%(since)s and will become an error %(removal)s.")
2087+
f"with {self._shading} shading, the expected shape of "
2088+
f"A is ({h}, {w}). Passing A ({A.shape}) is deprecated "
2089+
"since %(since)s and will become an error %(removal)s.")
20902090

20912091
if faulty_data:
20922092
raise TypeError(

0 commit comments

Comments
 (0)