Skip to content

Commit f97399e

Browse files
committed
just delete it
1 parent 108c9d1 commit f97399e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/core/dtypes/common.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ from typing_extensions import TypeAlias
44

55
from pandas._typing import (
66
ArrayLike,
7-
Dtype,
87
DtypeObj,
98
npt,
109
)
@@ -34,7 +33,6 @@ _ArrayOrDtype: TypeAlias = (
3433
def is_object_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
3534
def is_datetime64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
3635
def is_timedelta64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
37-
def is_dtype_equal(source: Dtype, target: Dtype) -> bool: ...
3836
def is_string_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
3937
def is_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
4038
def is_signed_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...

0 commit comments

Comments
 (0)