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

Commit 16fb932

Browse files
author
Ehsan Totoni
committed
minor remove extra import
1 parent 30d650a commit 16fb932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hpat/hiframes/dataframe_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from hpat import hiframes
2222
from hpat.utils import (debug_prints, inline_new_blocks, ReplaceFunc,
2323
is_whole_slice, is_array, is_assign, sanitize_varname)
24-
from hpat.str_ext import string_type, unicode_to_std_str, std_str_to_unicode
24+
from hpat.str_ext import string_type
2525
from hpat.str_arr_ext import (string_array_type, StringArrayType,
2626
is_str_arr_typ, pre_alloc_string_array)
2727
from hpat.io.pio_api import h5dataset_type

0 commit comments

Comments
 (0)