Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Jan 16, 2025
1 parent 8ab3052 commit 0eb37e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwst/extract_1d/psf_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def open_psf(psf_refname, exp_type):
Parameters
----------
psf_refname : str
The name of the psf reference file.
The name of the psf reference file.
exp_type : str
The exposure type of the data.
Expand All @@ -52,7 +52,7 @@ def open_psf(psf_refname, exp_type):
except (ValueError, AttributeError):
raise NotImplementedError(f'PSF file for EXP_TYPE {exp_type} '
f'could not be read as SpecPsfModel.') from None
return psf_model
return psf_model


def _normalize_profile(profile, dispaxis):
Expand Down

0 comments on commit 0eb37e8

Please sign in to comment.