Skip to content

Commit

Permalink
isort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Aug 7, 2023
1 parent 9fd5d96 commit 3f48c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion photutils/psf/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from astropy.utils.exceptions import AstropyDeprecationWarning
from numpy.testing import assert_allclose

from photutils.detection import find_peaks
from photutils import datasets
from photutils.detection import find_peaks
from photutils.psf import EPSFBuilder, extract_stars
from photutils.psf.groupstars import DAOGroup
from photutils.psf.models import IntegratedGaussianPRF
Expand Down
1 change: 1 addition & 0 deletions photutils/psf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from astropy.nddata.utils import add_array, extract_array
from astropy.table import QTable
from astropy.utils.decorators import deprecated

from photutils.psf.models import EPSFModel, GriddedPSFModel

__all__ = ['prepare_psf_model', 'get_grouped_psf_model', 'subtract_psf',
Expand Down

0 comments on commit 3f48c5a

Please sign in to comment.