Skip to content

Commit

Permalink
Merge pull request #35 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 committed Feb 7, 2023
2 parents 5c515e7 + 2ad9550 commit 67c5445
Show file tree
Hide file tree
Showing 2 changed files with 0 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,3 +1,2 @@
import pkgutil
import lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)
1 change: 0 additions & 1 deletion python/lsst/coadd/__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__)

0 comments on commit 67c5445

Please sign in to comment.