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

Commit 9714c78

Browse files
authored
Fix modules loaded by default. part2 (#326)
1 parent a3b8a02 commit 9714c78

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sdc/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@
3636
import sdc.dict_ext
3737
import sdc.set_ext
3838
from sdc.set_ext import init_set_string
39-
# legacy for STAC A3, TODO: remove
40-
from sdc.dict_ext import (DictIntInt, DictInt32Int32, dict_int_int_type,
41-
dict_int32_int32_type)
4239
from sdc.str_ext import string_type
4340
from sdc.str_arr_ext import string_array_type
44-
from numba.types import List
4541
import sdc.compiler
4642
import sdc.io
4743
import sdc.io.np_io

0 commit comments

Comments
 (0)