Skip to content

Commit 19d925a

Browse files
committed
test: fix test by removing non-member attribute
1 parent a820f7f commit 19d925a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,6 @@ class Commentable(Protocol):
45574557
def test_isinstance_with_deferred_evaluation_of_annotations(self):
45584558
@runtime_checkable
45594559
class P(Protocol):
4560-
x: int
45614560
def meth(self):
45624561
...
45634562

0 commit comments

Comments
 (0)