Skip to content

Commit daf9eb4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 68c0e1d commit daf9eb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/builtins.pyi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,6 @@ help: _sitebuiltins._Helper
15491549
def hex(number: SupportsIndex, /) -> str: ...
15501550
def id(obj: object, /) -> int: ...
15511551
def input(prompt: object = "", /) -> str: ...
1552-
15531552
@type_check_only
15541553
class _GetItemIterable(Protocol[_T_co]):
15551554
def __getitem__(self, i: int, /) -> _T_co: ...
@@ -1575,7 +1574,6 @@ def len(obj: Sized, /) -> int: ...
15751574
license: _sitebuiltins._Printer
15761575

15771576
def locals() -> dict[str, Any]: ...
1578-
15791577
@disjoint_base
15801578
class map(Generic[_S]):
15811579
# 3.14 adds `strict` argument.
@@ -1806,7 +1804,6 @@ def open(
18061804
opener: _Opener | None = None,
18071805
) -> IO[Any]: ...
18081806
def ord(c: str | bytes | bytearray, /) -> int: ...
1809-
18101807
@type_check_only
18111808
class _SupportsWriteAndFlush(SupportsWrite[_T_contra], SupportsFlush, Protocol[_T_contra]): ...
18121809

@@ -1948,7 +1945,6 @@ def sum(iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _A
19481945
def vars(object: type, /) -> types.MappingProxyType[str, Any]: ...
19491946
@overload
19501947
def vars(object: Any = ..., /) -> dict[str, Any]: ...
1951-
19521948
@disjoint_base
19531949
class zip(Generic[_T_co]):
19541950
if sys.version_info >= (3, 10):

0 commit comments

Comments
 (0)