We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233c374 commit d51c2c9Copy full SHA for d51c2c9
tests/unit/codegen/test_imports.py
@@ -9,8 +9,7 @@ def test_can_import_agent_from_top_level(self):
9
from codegen import Agent
10
11
assert Agent is not None
12
-
+
13
# Verify it's the same class as the one in codegen.agents.agent
14
from codegen.agents.agent import Agent as AgentFromModule
15
assert Agent is AgentFromModule
16
0 commit comments