Skip to content

Commit 4f937f2

Browse files
committed
black
1 parent 729ec92 commit 4f937f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/experiments/exp_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def timeout_manager(seconds: int = None):
5151

5252
if isinstance(seconds, float):
5353
seconds = max(1, int(seconds)) # make sure seconds is at least 1
54-
54+
5555
if seconds is None or sys.platform == "win32":
5656
try:
5757
logger.warning("Timeouts are not supported on Windows.")

0 commit comments

Comments
 (0)