Skip to content

Commit af1878d

Browse files
committed
Fix module name
1 parent 602a1d4 commit af1878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from vtools.data.timeseries import *
2828
from vtools.data.dst import *
2929

30-
from vtools.functions.ts_blend import *
30+
from vtools.functions.blend import *
3131
from vtools.functions.transition import *
3232
from vtools.functions.climatology import *
3333
from vtools.functions.interannual import *

0 commit comments

Comments
 (0)