Skip to content

Commit c9075e2

Browse files
committed
ruff
1 parent d0b2527 commit c9075e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_interpolate():
365365

366366
# now see if we match matplotlib if it's installed
367367
try:
368-
from matplotlib.pyplot import get_cmap # noqa
368+
from matplotlib.pyplot import get_cmap
369369
except ImportError:
370370
return
371371

0 commit comments

Comments
 (0)