Skip to content

Commit dc85974

Browse files
committed
https://github.com/pandas-dev/pandas-stubs/pull/1462/files#r2481057032
1 parent 8c1a120 commit dc85974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas-stubs/core/base.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ from typing import (
1717

1818
from _typeshed import _T_contra
1919
import numpy as np
20+
from numpy import typing as npt
2021
from pandas.core.arraylike import OpsMixin
2122
from pandas.core.arrays import ExtensionArray
2223
from pandas.core.arrays.categorical import Categorical
@@ -174,7 +175,7 @@ NumListLike: TypeAlias = (
174175
| np_ndarray_anyint
175176
| np_ndarray_float
176177
| np_ndarray_complex
177-
| dict[str, np_1darray[Any]]
178+
| dict[str, npt.NDArray[Any]]
178179
| Sequence[complex]
179180
)
180181

0 commit comments

Comments
 (0)