Skip to content

Commit f008b74

Browse files
committed
Fixed typo in import
1 parent 506d21f commit f008b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cyclonetrackprod/tracks_histo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import seaborn as sns
55
import os
66

7-
from . import tracks_read.py
8-
from . import tracks_tools.py
7+
from . import tracks_read
8+
from . import tracks_tools
99

1010
def histo_curve(variableslist,labelvariables,colors,title,xlabel,path):
1111
"""

0 commit comments

Comments
 (0)