Skip to content

Commit 7ed9d61

Browse files
committed
Fix flake8 warnings
1 parent f232323 commit 7ed9d61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyindicators/indicators/exponential_moving_average.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def ema(
4040
"exist in the DataFrame."
4141
)
4242

43-
4443
if result_column is None:
4544
result_column = f"ema_{source_column}_{period}"
4645

0 commit comments

Comments
 (0)