Skip to content

Commit 7534bb0

Browse files
brmcjreback
authored andcommitted
CLN: temporary work around for buffer error in python3 part 2 (GH14468)
1 parent 3600769 commit 7534bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/types/hinting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import TypeVar, AnyStr, Any
66

7-
Buffer = TypeVar('Buffer', Any)
7+
Buffer = Any
88
ArrayLike = TypeVar('ArrayLike', Buffer, list, dict, np.array)
99
Scalar = TypeVar('Scalar', int, float)
1010
PythonScalar = TypeVar('PythonScalar', int, float, AnyStr)

0 commit comments

Comments
 (0)