Remove missleading comment about dependencies to install

This commit is contained in:
Juanky Soriano
2021-06-21 09:33:15 -05:00
parent c7ebb2c42f
commit d705981b32
-1
View File
@@ -7,7 +7,6 @@ Supertrend strategy:
* github: https://github.com/juankysoriano/
"""
# IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta)
import logging
from numpy.lib import math
from freqtrade.strategy.interface import IStrategy