Skip to content

Commit

Permalink
fixed ruff style
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed May 24, 2024
1 parent 70177f7 commit af44234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jwst/outlier_detection/outlier_detection_tso.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from .outlier_detection import OutlierDetection, _remove_file, flag_cr
from .outlier_detection import OutlierDetection, flag_cr
from jwst.resample.resample_utils import build_mask

from jwst import datamodels as dm
Expand Down
1 change: 0 additions & 1 deletion jwst/pipeline/calwebb_tso3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from stdatamodels.jwst import datamodels

from jwst.datamodels import ModelContainer

from ..stpipe import Pipeline

Expand Down

0 comments on commit af44234

Please sign in to comment.