Skip to content

Commit 57218ed

Browse files
committed
Fix photutils import
1 parent 14042d0 commit 57218ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/astrometry_net/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_HAVE_CCDDATA = True
1616

1717
try:
18-
from photutils import DAOStarFinder
18+
from photutils.detection import DAOStarFinder
1919
except ImportError:
2020
_HAVE_SOURCE_DETECTION = False
2121
else:

0 commit comments

Comments
 (0)