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