Skip to content

Commit f0910cb

Browse files
committed
remove extra import
1 parent b94ea78 commit f0910cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/construction.py

-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def array(
300300
PeriodArray,
301301
TimedeltaArray,
302302
)
303-
from pandas.core.arrays.arrow import ArrowDtype
304303
from pandas.core.arrays.string_ import StringDtype
305304

306305
if lib.is_scalar(data):

0 commit comments

Comments
 (0)