mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Fix excessive whitespace
This commit is contained in:
@@ -11,7 +11,6 @@ logger = logging.getLogger(__name__)
|
||||
class MeasureTime:
|
||||
"""
|
||||
Measure the time of a block of code and call a callback if the time limit is exceeded.
|
||||
|
||||
"""
|
||||
def __init__(
|
||||
self, callback: Callable[[float, float], None], time_limit: float, ttl: int = 3600 * 4):
|
||||
|
||||
Reference in New Issue
Block a user