Skip to content

Commit 7463c9d

Browse files
committed
fix type
1 parent 8949d0c commit 7463c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/experiments/study.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def append_to_journal(self, strict_reproducibility=True):
487487
study.append_to_journal(strict_reproducibility=strict_reproducibility)
488488

489489

490-
def _init_worker(server_queue: Queue[BaseServer]):
490+
def _init_worker(server_queue: Queue):
491491
"""Run once at the initialization of the worker in the multiprocessing.Pool.
492492
493493
This is typically used to initialize different environment variables of the WebArena server for

0 commit comments

Comments
 (0)