Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Feb 10, 2025
1 parent 43b195e commit 9e7cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/combine_1d/combine_1d_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Combine1dStep(Step):
spec = """
exptime_key = string(default="exposure_time") # Metadata key to use for weighting
sigma_clip = float(default=None) # Factor for clipping outliers
""" # noqa: E501
""" # noqa: E501

def process(self, input_data):
"""
Expand Down

0 comments on commit 9e7cbf6

Please sign in to comment.