Skip to content

Commit 77997ce

Browse files
committed
Backport PR pandas-dev#42475: PERF/REGR: astype changing order of some 2d data
1 parent eb5185b commit 77997ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/dtypes/cast.py

-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
)
9393

9494
if TYPE_CHECKING:
95-
from typing import Literal
96-
9795
from pandas.core.arrays import (
9896
DatetimeArray,
9997
ExtensionArray,

0 commit comments

Comments
 (0)