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-39490: Fix __all__ and remove useless imports #343

Merged
merged 5 commits into from
Jul 20, 2023

Conversation

parejkoj
Copy link
Contributor

My removal of builtins and __future__ imports (all of which were holdovers from python2) was mixed-in with my various scripted __all__ cleanups, which is why I couldn't rebase flatten all the __all__ commits together.

* Add missing __all__ where I could catch them.
* replace list->tuple
* Move __all__ above imports
These are legacy from python2.
@parejkoj parejkoj requested a review from leannep July 19, 2023 23:44
@rhiannonlynne
Copy link
Member

It's fine that this doesn't run correctly on the unit tests - we have fixed this on other PRs.

Copy link
Member

@leannep leannep left a comment

Choose a reason for hiding this comment

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

Looks good, thank you

@parejkoj
Copy link
Contributor Author

Looks like it won't let me merge without those tests passing: I'm about to disappear for a couple of days, so if someone could merge it for me this time, that would be great. It's rebased to main as of now.

@rhiannonlynne rhiannonlynne merged commit fa1a08b into main Jul 20, 2023
2 of 6 checks passed
@rhiannonlynne rhiannonlynne deleted the tickets/DM-39490-all branch July 20, 2023 16:32
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

3 participants