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

Python cleanups #3598

Merged
merged 5 commits into from
Mar 30, 2023
Merged

Python cleanups #3598

merged 5 commits into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. Use _ when ignoring part of a destructured tuple.

    We've done this elsewhere, so now it's consistent.
    StephanTLavavej committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    df14498 View commit details
    Browse the repository at this point in the history
  2. Drop unused imports.

    StephanTLavavej committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9810b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51464fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    852366a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c480855 View commit details
    Browse the repository at this point in the history