Skip to content

Commit 3087840

Browse files
committed
chore: remove unused comment
1 parent 889e9ec commit 3087840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4153,7 +4153,6 @@ def __new__(cls, a):
41534153
((('a', ..., ..., "positional_or_keyword"),),
41544154
...))
41554155

4156-
# TODO: classmethod is not correct
41574156
with self.subTest('classmethod'):
41584157
class C:
41594158
@classmethod
@@ -4178,7 +4177,6 @@ def __new__(cls, a):
41784177
((('a', ..., ..., "positional_or_keyword"),),
41794178
...))
41804179

4181-
# TODO: method type is not correct
41824180
with self.subTest('MethodType'):
41834181
class A:
41844182
@identity

0 commit comments

Comments
 (0)