Skip to content

Commit d721142

Browse files
jsonbaileyclaude
andcommitted
chore: Remove unused DEFAULT_FALSE constant from agent_graph
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0aeb164 commit d721142

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/sdk/server-ai/src/ldai/agent_graph/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
from ldclient import Context
66

7-
from ldai.models import AIAgentConfig, AIAgentConfigDefault, AIAgentGraphConfig, Edge
7+
from ldai.models import AIAgentConfig, AIAgentGraphConfig, Edge
88
from ldai.tracker import AIGraphTracker
99

10-
DEFAULT_FALSE = AIAgentConfigDefault(enabled=False)
11-
1210

1311
class AgentGraphNode:
1412
"""

0 commit comments

Comments
 (0)