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

Commit 002da4b

Browse files
authored
Code cleanup pt.2 (#799)
1 parent fac8c54 commit 002da4b

15 files changed

+6
-10040
lines changed

sdc/datatypes/hpat_pandas_functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
)
4343
from sdc.str_arr_ext import string_array_type
4444

45-
# this code for some reason fixes the test test_df_copy
46-
from sdc.hiframes.hiframes_untyped import HiFramesPassImpl
45+
from sdc.hiframes import join, aggregate, sort
4746

4847

4948
def get_numba_array_types_for_csv(df):

0 commit comments

Comments
 (0)