Skip to content

Commit b66c3ea

Browse files
committed
Trivial change
1 parent acc27e1 commit b66c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proplot/constructor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ def Proj(name, basemap=None, **kwargs):
14001400

14011401
# Cartopy
14021402
else:
1403-
import cartopy.crs # noqa
1403+
import cartopy.crs # noqa: F401
14041404
kwproj = {
14051405
CARTOPY_KW_ALIASES.get(key, key): value
14061406
for key, value in kwargs.items()

0 commit comments

Comments
 (0)