Skip to content
1 change: 0 additions & 1 deletion mypy/typeshed/stdlib/builtins.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,6 @@ if sys.version_info >= (3, 15):
cls: type[frozendict[str, _VT]], iterable: Iterable[tuple[str, _VT]], /, **kwargs: _VT
) -> frozendict[str, _VT]: ...

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

@overload
Expand Down
Loading