Skip to content

Commit 7ddf7ad

Browse files
committed
Handle construction from scalar
1 parent ae1e6a2 commit 7ddf7ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ def infer_dtype_from_scalar(val) -> tuple[DtypeObj, Any]:
830830
import pyarrow as pa
831831

832832
pa_dtype = pa.time64("us")
833-
834833
dtype = ArrowDtype(pa_dtype)
835834

836835
elif is_bool(val):

0 commit comments

Comments
 (0)