Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 4827e98

Browse files
authored
delete some files in pd_series_ext.py (#795)
1 parent ea2cbe4 commit 4827e98

File tree

3 files changed

+8
-952
lines changed

3 files changed

+8
-952
lines changed

sdc/hiframes/boxing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
from sdc.str_arr_ext import (string_array_type, unbox_str_series, box_str_arr)
4747
from sdc.hiframes.pd_categorical_ext import (PDCategoricalDtype,
4848
box_categorical_array, unbox_categorical_array)
49-
from sdc.hiframes.pd_series_ext import (SeriesType, arr_to_series_type,
50-
_get_series_array_type)
49+
from sdc.hiframes.pd_series_ext import (SeriesType, arr_to_series_type)
50+
from sdc.hiframes.pd_series_type import _get_series_array_type
5151
from sdc.hiframes.split_impl import (string_array_split_view_type,
5252
box_str_arr_split_view)
5353

0 commit comments

Comments
 (0)