There was an error while loading. Please reload this page.
1 parent 450fdf6 commit 25192e6Copy full SHA for 25192e6
stumpy/__init__.py
@@ -28,7 +28,7 @@
28
here = os.path.normcase(__file__)
29
if not here.startswith(os.path.join(dist_loc, "stumpy")):
30
# not installed, but there is another version that *is*
31
- raise DistributionNotFound
+ raise DistributionNotFound # pragma: no cover
32
except DistributionNotFound: # pragma: no cover
33
__version__ = "Please install this project with setup.py"
34
else: # pragma: no cover
0 commit comments