]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix unused classes in a typing test (GH-102437)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Mar 2023 15:31:42 +0000 (07:31 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2023 15:31:42 +0000 (07:31 -0800)
commitc957128b480445079b462b23b5ba3162c032f098
treeef840b2e7b52af5dbe11b68cfb466324d7b784c1
parente748f9e2704c173c830c48c069bb566aaeee06e5
Fix unused classes in a typing test (GH-102437)

As part of investigation issue https://github.com/python/cpython/issues/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 7894bbe94ba319eb650f383cb5196424c77b2cfd)

Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Automerge-Triggered-By: GH:AlexWaygood
Lib/test/test_typing.py