Skip to content

Commit

Permalink
remove deprecation line in init file (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Jan 7, 2023
1 parent 0714f46 commit 80bb072
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
if "PYART_QUIET" not in _environ:
print(_citation_text)

# Make sure that deprecation warnings get printed by default
import warnings as _warnings

_warnings.simplefilter("always", DeprecationWarning)

from pkg_resources import DistributionNotFound, get_distribution

# import subpackages
Expand Down

0 comments on commit 80bb072

Please sign in to comment.