Skip to content

Commit

Permalink
Exlude coverage miss
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Nov 22, 2024
1 parent 208fa04 commit 907b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollsift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

try:
from trollsift.version import version as __version__ # noqa
except ModuleNotFoundError:
except ModuleNotFoundError: # pragma: no cover
raise ModuleNotFoundError(
"No module named trollsift.version. This could mean "
"you didn't install 'trollsift' properly. Try reinstalling ('pip "
Expand Down

0 comments on commit 907b468

Please sign in to comment.