Skip to content

Commit eec47fc

Browse files
authored
drop py37 compat code (#157)
1 parent d2a7f73 commit eec47fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pint_xarray/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
try:
2-
from importlib.metadata import version
3-
except ImportError:
4-
from importlib_metadata import version
1+
from importlib.metadata import version
52

63
import pint
74

0 commit comments

Comments
 (0)