Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed May 12, 2021
1 parent 53d5008 commit 179cb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ class CustomContextManager(typing.ContextManager, Protocol):

def test_non_runtime_protocol_isinstance_check(self):
class P(Protocol):
pass
x: int

class A:
pass
Expand Down

0 comments on commit 179cb40

Please sign in to comment.