Skip to content

Commit

Permalink
remove mathLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Jan 27, 2021
1 parent d1c1571 commit b16cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/diffimTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import lsst.afw.image as afwImage
import lsst.afw.table as afwTable
import lsst.afw.detection as afwDetect
import lsst.afw.math.mathLib as afwMath
import lsst.afw.math as afwMath
import lsst.geom as geom
from lsst.log import Log
import lsst.pex.config as pexConfig
Expand Down

0 comments on commit b16cb2a

Please sign in to comment.