mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)
This commit is contained in:
parent
a453f5ef9d
commit
e1eeb990bd
2 changed files with 0 additions and 5 deletions
|
@ -4048,9 +4048,6 @@ class ClinicReprTests(unittest.TestCase):
|
|||
self.assertRegex(repr(cls), r"<clinic.Class 'foo' at \d+>")
|
||||
|
||||
def test_FunctionKind_repr(self):
|
||||
self.assertEqual(
|
||||
repr(FunctionKind.INVALID), "<clinic.FunctionKind.INVALID>"
|
||||
)
|
||||
self.assertEqual(
|
||||
repr(FunctionKind.CLASS_METHOD), "<clinic.FunctionKind.CLASS_METHOD>"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue