Skip to content

Commit

Permalink
FIX: Fix for cmweather import location.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 7, 2023
1 parent 7cd60f2 commit 2fbe384
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"""
from os import environ as _environ

# Import here so config.py can load the cmweather colormaps
import cmweather

if "PYART_QUIET" not in _environ:
print(_citation_text)

Expand Down

0 comments on commit 2fbe384

Please sign in to comment.