diff --git a/stdlib/3/builtins.pyi b/stdlib/3/builtins.pyi index 49d358312..939effa78 100644 --- a/stdlib/3/builtins.pyi +++ b/stdlib/3/builtins.pyi @@ -313,7 +313,6 @@ class complex: def __neg__(self) -> complex: ... def __pos__(self) -> complex: ... def __str__(self) -> str: ... - def __complex__(self) -> complex: ... def __abs__(self) -> float: ... def __hash__(self) -> int: ... def __bool__(self) -> bool: ...