Skip to content

Commit 59a544c

Browse files
Merge pull request #6 from JustinKurland/JustinKurland-patch-2
Update __init__.py
2 parents fa55481 + 0be8205 commit 59a544c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pytimetk/utils/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
from .memory_helpers import *
44
from .plot_helpers import *
55
from .checks import *
6-
from .parallel_helpers import *
6+
from .parallel_helpers import *
7+
from .string_helpers import*

0 commit comments

Comments
 (0)