Skip to content

Commit

Permalink
Remove unnecessary lsstimport import
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 7, 2023
1 parent 699de5b commit 379ecdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions python/lsst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import pkgutil

try:
import lsstimport
except ImportError:
# Not generally needed.
pass

__path__ = pkgutil.extend_path(__path__, __name__)
6 changes: 0 additions & 6 deletions python/lsst/pipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import pkgutil

try:
import lsstimport
except ImportError:
# Not generally needed.
pass

__path__ = pkgutil.extend_path(__path__, __name__)

0 comments on commit 379ecdf

Please sign in to comment.