Skip to content

Commit

Permalink
Merge pull request #679 from lsst/tickets/DM-37552
Browse files Browse the repository at this point in the history
DM-37552: Remove unneeded lsstimport import
  • Loading branch information
timj authored Feb 3, 2023
2 parents 4287475 + 234ef7a commit 88a2041
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import pkgutil
import lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)
1 change: 0 additions & 1 deletion python/lsst/gdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import pkgutil
import lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)
2 changes: 2 additions & 0 deletions ups/afw.table
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ setupRequired(log)
setupRequired(sphgeom)
setupRequired(utils)
setupRequired(astshim)
setupRequired(base)
setupRequired(cpputils)

setupOptional(afwdata)

0 comments on commit 88a2041

Please sign in to comment.