Skip to content

Commit 2ce3b56

Browse files
committed
TST: force rebuild
1 parent 3cb91f0 commit 2ce3b56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/common.py

-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ def _maybe_promote(dtype, fill_value=np.nan):
717717
return dtype
718718
return np.object_
719719

720-
721720
def _maybe_upcast(values):
722721
""" provide explicty type promotion and coercion """
723722
new_dtype = _maybe_promote(values.dtype)

0 commit comments

Comments
 (0)