Skip to content

Commit 07788a0

Browse files
committed
fix
1 parent 6af7ce9 commit 07788a0

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
@@ -8,8 +8,8 @@
88
from pathlib import Path
99

1010
import bgym
11-
import slugify
1211
from bgym import Benchmark, EnvArgs, ExpArgs
12+
from slugify import slugify
1313

1414
from agentlab.agents.agent_args import AgentArgs
1515
from agentlab.analyze import inspect_results

0 commit comments

Comments
 (0)