Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and mcara committed Sep 6, 2024
1 parent a61453b commit b218fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/resample/resample_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def build_mask(dqarr, bitvalue):
"'build_mask' has been deprecated since release 0.16.3. "
"Use functions from astropy.nddata.bitmask module instead such as "
"bitfield_to_boolean_mask().",
DeprecationWarning
DeprecationWarning,
)
dqmask = bitfield_to_boolean_mask(
dqarr,
Expand Down

0 comments on commit b218fb7

Please sign in to comment.