mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-108840: Remove unused TestEnumTypeSubclassing from test_enum (#108841)
This commit is contained in:
parent
230649f538
commit
b4c8cce9a7
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue