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 bd066d2Copy full SHA for bd066d2
tests/unit/codegen/test_imports.py
@@ -9,8 +9,8 @@ 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
+ assert Agent is AgentFromModule
0 commit comments