Skip to content

Commit

Permalink
Remove the lsst.utils backwards compatibility forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 25, 2024
1 parent 52b1c15 commit 5fc35d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/lsst/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
from .version import *

try:
# Keep backwards compatibility for Packages.
from lsst.utils.packages import *
except ImportError:
pass

0 comments on commit 5fc35d8

Please sign in to comment.