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 stscieisenhamer committed Feb 5, 2025
1 parent ce6272a commit b2c29be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/ramp_fitting/ramp_fit_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def create_image_model(input_model, image_info):
meta["cal_step"]["ramp_fit"] = "INCOMPLETE"
meta["cal_logs"] = maker_utils.mk_cal_logs()
meta["photometry"] = maker_utils.mk_photometry()
meta['statistics'] = maker_utils.mk_statistics()
meta["statistics"] = maker_utils.mk_statistics()
inst = {
"meta": meta,
"data": data,
Expand Down

0 comments on commit b2c29be

Please sign in to comment.