Skip to content

Commit

Permalink
Merge pull request #121 from lsst/tickets/DM-22814
Browse files Browse the repository at this point in the history
DM-22814: Remove afw APIs deprecated in DM-17566
  • Loading branch information
parejkoj committed Nov 4, 2020
2 parents 52fdb94 + 3217599 commit becbe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/persistence/posixStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def readFitsStorage(butlerLocation):
if not supportsOptions:
from lsst.daf.base import PropertySet, PropertyList
if issubclass(pythonType, (PropertySet, PropertyList)):
from lsst.afw.image import readMetadata
from lsst.afw.fits import readMetadata
reader = readMetadata
else:
reader = pythonType.readFits
Expand Down

0 comments on commit becbe05

Please sign in to comment.