Skip to content

Commit

Permalink
Update imports for new task location
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 15, 2024
1 parent fd53f34 commit e454f34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/lsst/summit/utils/assessPeekExposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
import lsst.afw.display as afwDisplay
from lsst.afw.geom import ellipses
from lsst.daf.butler.datastore.cache_manager import DatastoreCacheManager
from lsst.summit.utils.bestEffort import BestEffortIsr
from lsst.summit.utils.peekExposure import PeekExposureTask
from lsst.pipe.tasks.peekExposure import PeekExposureTask

from .bestEffort import BestEffortIsr

# Set logger level to higher than CRITICAL to suppress all output
silentLogger = logging.getLogger("silentLogger")
Expand Down

0 comments on commit e454f34

Please sign in to comment.