Skip to content

Commit

Permalink
Merge pull request #43 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 a613b29 + 22a5ed6 commit d630573
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/display/__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 d630573

Please sign in to comment.