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

Commits on Jul 19, 2023

  1. Fix __all__

    * Add missing __all__ where I could catch them.
    * replace list->tuple
    * Move __all__ above imports
    parejkoj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f3b162d View commit details
    Browse the repository at this point in the history
  2. Move __all__ above imports

    parejkoj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    195eb5b View commit details
    Browse the repository at this point in the history
  3. Remove builtins and future imports

    These are legacy from python2.
    parejkoj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e64a47c View commit details
    Browse the repository at this point in the history
  4. move __all__ above imports

    parejkoj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    433f54f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25a84e5 View commit details
    Browse the repository at this point in the history