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

[3.10] Fix unused classes in a typing test (GH-102437) #102442

Merged
merged 1 commit into from
Mar 5, 2023

Commits on Mar 5, 2023

  1. Fix unused classes in a typing test (pythonGH-102437)

    As part of investigation issue python#102433, I discovered what I believe to be an error where two classes `CI` and `DI` are not being used. The assertions beneath them act on `C` and `D`, duplicating existing assertions in this test.
    (cherry picked from commit 7894bbe)
    
    Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
    Automerge-Triggered-By: GH:AlexWaygood
    JosephSBoyle authored and miss-islington committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    2aa63d7 View commit details
    Browse the repository at this point in the history