diff --git a/pandas-stubs/core/series.pyi b/pandas-stubs/core/series.pyi index 4e030fb91..c174d492c 100644 --- a/pandas-stubs/core/series.pyi +++ b/pandas-stubs/core/series.pyi @@ -550,7 +550,6 @@ class Series(IndexOpsMixin[S1], ElementOpsMixin[S1], NDFrame): def values(self) -> np_1darray | ExtensionArray | Categorical: ... def ravel(self, order: _str = ...) -> np_1darray: ... def __len__(self) -> int: ... - def view(self, dtype: Dtype | None = None) -> Series[S1]: ... @final def __array_ufunc__( self, ufunc: Callable, method: _str, *inputs: Any, **kwargs: Any