Skip to content

Commit

Permalink
Merge pull request #29 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 f6bf075 + 74336d8 commit 182a0f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import pkgutil
import lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)
2 changes: 1 addition & 1 deletion python/lsst/atmospec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import pkgutil
import lsstimport

from .processStar import *
from .dispersion import *
from .centroiding import *
Expand Down

0 comments on commit 182a0f2

Please sign in to comment.