Skip to content

Commit

Permalink
Merge pull request #29 from lsst/tickets/DM-37552
Browse files Browse the repository at this point in the history
DM-37552: Remove unnecessary import of lsstimport
  • Loading branch information
timj committed Apr 14, 2023
2 parents 687cf57 + c5ab166 commit 98ec6b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/lsst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import pkgutil, lsstimport
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
2 changes: 1 addition & 1 deletion python/lsst/meas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import pkgutil, lsstimport
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import pkgutil, lsstimport
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

0 comments on commit 98ec6b9

Please sign in to comment.