Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 3, 2024
1 parent d20777f commit 51dddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/resample/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Resample:
"err": np.float32,
}

dq_flag_name_map = {}
dq_flag_name_map = {} # type: dict[str, int]

def __init__(self, n_input_models=None, pixfrac=1.0, kernel="square",
fillval=0.0, wht_type="ivm", good_bits=0,
Expand Down

0 comments on commit 51dddb9

Please sign in to comment.