Skip to content

Commit 4192689

Browse files
committed
Fix style
1 parent 77f97c5 commit 4192689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

technical/indicators/overlap_studies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def zema(dataframe, period, field="close"):
4848
Raises a Future warning - will be removed in a future version.
4949
"""
5050
import warnings
51+
5152
warnings.warn("zema is deprecated, use dema instead", FutureWarning)
5253

5354
return dema(dataframe, period, field)

0 commit comments

Comments
 (0)