Skip to content

Commit 179cb40

Browse files
committed
Fix test
1 parent 53d5008 commit 179cb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ class CustomContextManager(typing.ContextManager, Protocol):
14241424

14251425
def test_non_runtime_protocol_isinstance_check(self):
14261426
class P(Protocol):
1427-
pass
1427+
x: int
14281428

14291429
class A:
14301430
pass

0 commit comments

Comments
 (0)