Skip to content

Commit 1abae19

Browse files
committed
Remove numba.typed import
1 parent ef84d94 commit 1abae19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/finchlite/codegen/hashtable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import Any, NamedTuple, TypedDict
66

77
import numba
8-
import numba.typed
98

109
from finchlite.codegen.c import (
1110
CContext,

src/finchlite/finch_assembly/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"BufferFType",
6161
"BufferLoop",
6262
"Call",
63+
"Dict",
64+
"DictFType",
6365
"ExistsDict",
6466
"ForLoop",
6567
"Function",
@@ -70,8 +72,6 @@
7072
"Literal",
7173
"Load",
7274
"LoadDict",
73-
"Dict",
74-
"DictFType",
7575
"Module",
7676
"NamedTupleFType",
7777
"Print",

0 commit comments

Comments
 (0)