Skip to content

Commit 1e01f1a

Browse files
committed
don't cover the version fallback
1 parent 0cb6aff commit 1e01f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pint_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
try:
1212
__version__ = version("pint-xarray")
13-
except Exception:
13+
except Exception: # pragma: no cover
1414
# Local copy or not installed with setuptools.
1515
# Disable minimum version checks on downstream libraries.
1616
__version__ = "999"

0 commit comments

Comments
 (0)