Skip to content

Commit

Permalink
Update isrMock imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Sep 10, 2024
1 parent 775955d commit 4d618c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
import lsst.afw.image as afwImage
import lsst.ip.isr as ipIsr
import lsst.cp.pipe as cpPipe
from lsst.ip.isr import isrMock, countMaskedPixels
import lsst.ip.isr.isrMock as isrMock

from lsst.geom import Box2I, Point2I, Extent2I
from lsst.daf.base import PropertyList

Expand Down

0 comments on commit 4d618c5

Please sign in to comment.