Skip to content

Commit 419b9d1

Browse files
mantasuAlexWaygood
andauthored
Update stdlib/typing.pyi
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent d205815 commit 419b9d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/typing.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ AnyStr = TypeVar("AnyStr", str, bytes) # noqa: Y001
443443
class _Generic:
444444
if sys.version_info < (3, 12):
445445
__slots__ = ()
446-
_is_protocol: bool = False
447446

448447
if sys.version_info >= (3, 10):
449448
@classmethod

0 commit comments

Comments
 (0)