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 Jan 20, 2023
1 parent 01fe202 commit a7a4172
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions python/lsst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@

import pkgutil

try:
import lsstimport
except ImportError:
pass

__path__ = pkgutil.extend_path(__path__, __name__)
5 changes: 0 additions & 5 deletions python/lsst/ctrl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@

import pkgutil

try:
import lsstimport
except ImportError:
pass

__path__ = pkgutil.extend_path(__path__, __name__)

0 comments on commit a7a4172

Please sign in to comment.