Skip to content

Commit b1a1a59

Browse files
authored
Ditto for PY2
1 parent 864361c commit b1a1a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/2/typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Type = object()
1616
_promote = object()
1717
no_type_check = object()
1818
ClassVar = object()
19-
class Protocol: pass
19+
Protocol = ... # type: Any
2020

2121
class GenericMeta(type): ...
2222

0 commit comments

Comments
 (0)