Mypy type errors

This commit is contained in:
Matthias
2019-06-21 07:10:30 +02:00
parent 1a27ae8a81
commit 7a0d86660e
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class IHyperOpt(ABC):
stoploss -> float: optimal stoploss designed for the strategy
ticker_interval -> int: value of the ticker interval to use for the strategy
"""
ticker_interval: str
@staticmethod
@abstractmethod