Skip to content

Commit e29d49e

Browse files
committed
Fix error when cartopy not installed
1 parent 1c6ef2f commit e29d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proplot/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
except ModuleNotFoundError:
1919
ccrs = None
20-
_PlateCarreeFormatter, LatitudeFormatter = LongitudeFormatter = object
20+
_PlateCarreeFormatter = LatitudeFormatter = LongitudeFormatter = object
2121

2222
__all__ = [
2323
'AutoFormatter',

0 commit comments

Comments
 (0)