Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed May 1, 2023
1 parent b3de863 commit 8a8581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/resample/resample_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ResampleStep(Step):
blendheaders = boolean(default=True)
allowed_memory = float(default=None) # Fraction of memory to use for the combined image.
in_memory = boolean(default=True)
"""
""" # noqa: E501

reference_file_types = ['drizpars']

Expand Down

0 comments on commit 8a8581e

Please sign in to comment.