Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
recursix committed Dec 11, 2024
1 parent 8949d0c commit 7463c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentlab/experiments/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def append_to_journal(self, strict_reproducibility=True):
study.append_to_journal(strict_reproducibility=strict_reproducibility)


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

0 comments on commit 7463c9d

Please sign in to comment.