Skip to content

Commit 6013537

Browse files
authored
Avoid failing on current mypy master
1 parent e292a0d commit 6013537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Type = object()
1717
_promote = object()
1818
no_type_check = object()
1919
ClassVar = object()
20-
Protocol = object()
20+
class Protocol: pass
2121

2222
class GenericMeta(type): ...
2323

0 commit comments

Comments
 (0)