Skip to content

Commit

Permalink
tagging for no coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 28, 2023
1 parent 916c754 commit 60f99a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dust_extinction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

try:
__version__ = _version(__name__)
except PackageNotFoundError:
except PackageNotFoundError: # pragma: no cover
pass

0 comments on commit 60f99a7

Please sign in to comment.