Skip to content

Commit af2bc0f

Browse files
Sync typeshed (#21707)
Source commit: python/typeshed@f76037a
1 parent 77ccc7a commit af2bc0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mypy/typeshed/stdlib/builtins.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,6 @@ if sys.version_info >= (3, 15):
12771277
cls: type[frozendict[str, _VT]], iterable: Iterable[tuple[str, _VT]], /, **kwargs: _VT
12781278
) -> frozendict[str, _VT]: ...
12791279

1280-
def __init__(self) -> None: ...
12811280
def copy(self) -> frozendict[_KT, _VT]: ...
12821281

12831282
@overload

0 commit comments

Comments
 (0)