Skip to content

Commit 18459a6

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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,

0 commit comments

Comments
 (0)