We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6ef2f commit e29d49eCopy full SHA for e29d49e
proplot/ticker.py
@@ -17,7 +17,7 @@
17
)
18
except ModuleNotFoundError:
19
ccrs = None
20
- _PlateCarreeFormatter, LatitudeFormatter = LongitudeFormatter = object
+ _PlateCarreeFormatter = LatitudeFormatter = LongitudeFormatter = object
21
22
__all__ = [
23
'AutoFormatter',
0 commit comments