gh-108840: Remove unused TestEnumTypeSubclassing from test_enum (#108841)

This commit is contained in:
Nikita Sobolev 2023-09-05 11:45:54 +03:00 committed by GitHub
parent 230649f538
commit b4c8cce9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4688,8 +4688,6 @@ class TestInternals(unittest.TestCase):
self.assertEqual(Huh.TWO.value, (2, 2))
self.assertEqual(Huh.THREE.value, (3, 3, 3))
class TestEnumTypeSubclassing(unittest.TestCase):
pass
expected_help_output_with_docs = """\
Help on class Color in module %s: