Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Apr 11, 2017
1 parent 1a4e1d6 commit 6d5346e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/lsst/validate/drp/matchreduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@
import lsst.afw.image.utils as afwImageUtils
import lsst.daf.persistence as dafPersist
from lsst.afw.table import (SourceCatalog, SchemaMapper, Field,
MultiMatch, SimpleRecord, GroupView, SOURCE_IO_NO_FOOTPRINTS)
MultiMatch, SimpleRecord, GroupView)
from lsst.afw.fits import FitsError
from lsst.validate.base import BlobBase

from .util import (averageRaDecFromCat, getCcdKeyName, positionRmsFromCat,
sphDist)
from .util import getCcdKeyName, positionRmsFromCat


__all__ = ['MatchedMultiVisitDataset']
Expand Down

0 comments on commit 6d5346e

Please sign in to comment.