Skip to content

Commit 544908e

Browse files
committed
fixing broken import in test
1 parent 234be09 commit 544908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agents/test_generic_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import bgym
44
import pytest
5-
from bgym import HighLevelActionSetArgs
5+
from bgym import HighLevelActionSet, HighLevelActionSetArgs
66

77
from agentlab.agents import dynamic_prompting as dp
88
from agentlab.agents.generic_agent.agent_configs import FLAGS_GPT_3_5

0 commit comments

Comments
 (0)