We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506d21f commit f008b74Copy full SHA for f008b74
cyclonetrackprod/tracks_histo.py
@@ -4,8 +4,8 @@
4
import seaborn as sns
5
import os
6
7
-from . import tracks_read.py
8
-from . import tracks_tools.py
+from . import tracks_read
+from . import tracks_tools
9
10
def histo_curve(variableslist,labelvariables,colors,title,xlabel,path):
11
"""
0 commit comments