Skip to content

Commit

Permalink
Fix error when cartopy not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jun 3, 2020
1 parent 1c6ef2f commit e29d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proplot/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
except ModuleNotFoundError:
ccrs = None
_PlateCarreeFormatter, LatitudeFormatter = LongitudeFormatter = object
_PlateCarreeFormatter = LatitudeFormatter = LongitudeFormatter = object

__all__ = [
'AutoFormatter',
Expand Down

0 comments on commit e29d49e

Please sign in to comment.