We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3600769 commit 7534bb0Copy full SHA for 7534bb0
pandas/types/hinting.py
@@ -4,7 +4,7 @@
4
5
from typing import TypeVar, AnyStr, Any
6
7
-Buffer = TypeVar('Buffer', Any)
+Buffer = Any
8
ArrayLike = TypeVar('ArrayLike', Buffer, list, dict, np.array)
9
Scalar = TypeVar('Scalar', int, float)
10
PythonScalar = TypeVar('PythonScalar', int, float, AnyStr)
0 commit comments