Skip to content

Commit 334ca37

Browse files
committed
add comentar version
1 parent f7480ee commit 334ca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pandas as pd
44
from skimage.feature import peak_local_max
55
from scipy.signal import find_peaks
6-
from .version import __version__
6+
from .version import __version__ # to be able to do MTM.__version__
77

88
from .NMS import NMS
99

0 commit comments

Comments
 (0)