Skip to content

Commit

Permalink
Merge pull request #37 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 da8f69c + e456820 commit b11f7ac
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python/lsst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# See COPYRIGHT file at the top of the source tree.

try:
# verify_metrics does not formally use lsstimport, but we still
# attempt to import it for compatiblity with the lsst Stack.
import lsstimport # noqa: F401
except ImportError:
pass
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)

0 comments on commit b11f7ac

Please sign in to comment.