Skip to content

Commit

Permalink
chore: exclude no-fitsio fallback from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jun 20, 2024
1 parent e8d67e6 commit 275bd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfdmap2/sfdmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
except ImportError:
try:
from astropy.io.fits import getdata # type: ignore
except ImportError:
except ImportError: # pragma: no cover
# If we don't have either reader, raise an error only when the function
# is called. This is so that we can import the module with just numpy
# installed (the minimum dependency).
Expand Down

0 comments on commit 275bd6f

Please sign in to comment.