Add returns statement to docstring

This commit is contained in:
Matthias 2020-08-24 17:31:00 +02:00
parent fca11160e4
commit 3bb69bc1bd

View File

@ -306,6 +306,7 @@ class IStrategy(ABC):
of 2 seconds for a buy to happen on an old signal.
:param: pair: "Pair to check"
:param candle_date: Date of the last candle. Optional, defaults to current date
:returns: locking state of the pair in question.
"""
if pair not in self._pair_locked_until:
return False