Skip to content

Commit 0232b8b

Browse files
committed
format
1 parent e8c1025 commit 0232b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/dtypes/cast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
TimedeltaArray,
111111
)
112112

113+
113114
_int8_max = np.iinfo(np.int8).max
114115
_int16_max = np.iinfo(np.int16).max
115116
_int32_max = np.iinfo(np.int32).max

0 commit comments

Comments
 (0)