Skip to content

Commit 765f724

Browse files
committed
Remove unused imports
1 parent e75b26a commit 765f724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cechmate/filtrations/alpha.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import warnings
33

44
import numpy as np
5-
from numba import njit, jit, typeof
5+
from numba import njit
66
from numba import types
77
from numba.cpython.unsafe.tuple import tuple_setitem
8-
from numba.typed import Dict, List
8+
from numba.typed import Dict
99
from numpy import linalg
1010
from scipy import spatial
1111

0 commit comments

Comments
 (0)