Skip to content

Commit 01a253a

Browse files
committed
sorry, numpy typing
1 parent c5ddc01 commit 01a253a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ramanchada2/misc/utils/matchsets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from sklearn.cluster import KMeans
33
from scipy.optimize import linear_sum_assignment
44
import numpy as np
5-
from typing import Dict, Tuple, NDArray
5+
from typing import Dict, Tuple
6+
from numpy.typing import NDArray
67

78

89
def match_peaks_cluster(

0 commit comments

Comments
 (0)