Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 3, 2024
1 parent cb55ef8 commit 7fd1fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"astropy >=5.0.4",
"drizzle>=1.15.0",
"drizzle>=2.0.0",
"scipy >=1.7.2",
"scikit-image>=0.19",
"numpy >=1.21.2",
Expand Down
5 changes: 1 addition & 4 deletions src/stcal/resample/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
bitfield_to_boolean_mask,
interpret_bit_flags,
)
try:
from drizzle.utils import calc_pixmap
except ImportError:
from drizzle.util import calc_pixmap
from drizzle.utils import calc_pixmap
from drizzle.resample import Drizzle


Expand Down

0 comments on commit 7fd1fe1

Please sign in to comment.