Skip to content

Commit

Permalink
Simplify import of Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Feb 15, 2018
1 parent b8d4cc8 commit 4e4cab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_coaddInputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
import lsst.afw.cameraGeom.testUtils
from lsst.afw.coord import Coord, IcrsCoord
import lsst.afw.geom
from lsst.afw.geom import degrees, makeCdMatrix, makeSkyWcs
from lsst.afw.geom.polygon import Polygon
from lsst.afw.geom import degrees, makeCdMatrix, makeSkyWcs, Polygon
import lsst.afw.image
from lsst.afw.detection import GaussianPsf
from lsst.afw.math import ChebyshevBoundedField
Expand Down

0 comments on commit 4e4cab2

Please sign in to comment.