Skip to content

Commit 5921777

Browse files
black
1 parent 8addffb commit 5921777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agentlab/agents/hitl_agent/launch_hint_ui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import argparse
1313
import logging
14+
from pathlib import Path
1415

1516
import bgym
1617

@@ -19,7 +20,7 @@
1920
)
2021
from agentlab.experiments.exp_utils import RESULTS_DIR
2122
from agentlab.experiments.study import Study
22-
from pathlib import Path
23+
2324

2425
def build_benchmark(benchmark_name: str, task_name: str, seed: int, headless: bool):
2526
# Instantiate benchmark by name using BrowserGym registry

0 commit comments

Comments
 (0)