Skip to content

Commit 2d99892

Browse files
committed
pyright fixup
1 parent e2e7b24 commit 2d99892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/extension/decimal/array.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
)
2929

3030
from pandas.core.dtypes.base import ExtensionDtype
31+
from pandas.core.dtypes.common import (
32+
is_dtype_equal, # pyright: ignore[reportAttributeAccessIssue]
33+
)
3134
from pandas.core.dtypes.common import ( # type: ignore[attr-defined]
32-
is_dtype_equal,
3335
is_float,
3436
pandas_dtype,
3537
)

0 commit comments

Comments
 (0)