Skip to content

Commit

Permalink
Fix type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 15, 2024
1 parent 6f4ff5e commit f079aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/resample/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import asdf
import numpy as np
from astropy.nddata.bitmask import interpret_bit_flags
from spherical_geometry.polygon import SphericalPolygon
from spherical_geometry.polygon import SphericalPolygon # type: ignore


__all__ = [
Expand Down

0 comments on commit f079aed

Please sign in to comment.