Fix excessive whitespace

This commit is contained in:
Matthias
2024-04-18 06:41:14 +02:00
parent 82482ec159
commit 6a570bd82e

View File

@@ -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):