Skip to content

Commit 9fe269b

Browse files
committed
Use relative import
1 parent b542e3f commit 9fe269b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MTM/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
from skimage.feature import peak_local_max
55
from scipy.signal import find_peaks
66

7-
from MTM.NMS import NMS
8-
#from NMS import NMS # for test purpose (should be commented then)
7+
from .NMS import NMS
98

109
__all__ = ['NMS']
1110
__version__ = '1.15.1'

0 commit comments

Comments
 (0)