Skip to content

Commit 799a668

Browse files
committed
Fix up_and_downtrends export
1 parent d8ab290 commit 799a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyindicators/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
is_below, is_above, get_slope, has_any_higher_then_threshold, \
55
has_slope_above_threshold, has_any_lower_then_threshold, \
66
has_values_above_threshold, has_values_below_threshold, is_down_trend, \
7-
is_up_trend, up_and_down_trends
7+
is_up_trend, up_and_downtrends
88
from .exceptions import PyIndicatorException
99
from .date_range import DateRange
1010

@@ -36,6 +36,6 @@
3636
'PyIndicatorException',
3737
'is_down_trend',
3838
'is_up_trend',
39-
'up_and_down_trends',
39+
'up_and_downtrends',
4040
'DateRange',
4141
]

0 commit comments

Comments
 (0)