Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-37552: Remove unnecessary import of lsstimport #29

Merged
merged 1 commit into from Apr 14, 2023
Merged

Conversation

timj
Copy link
Member

@timj timj commented Apr 14, 2023

No description provided.

@timj timj merged commit 182a0f2 into main Apr 14, 2023
1 check passed
@timj timj deleted the tickets/DM-37552 branch April 14, 2023 17:51
@@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import pkgutil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfisherlevine We don't usually put pkgutil imports at this level so I'm wondering whether it should be here given there aren't any external subpackages in the lsst.atmospec namespace.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, and looks like it's already merged, so 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I merged the lsstimport change yes. I wasn't sure what your intent was with the pkgutil line. I think it's only needed if you are going to have atmospec_x and atmospec_y packages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None - it was almost certainly cargo-culted that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants