Skip to content

Commit ccc744e

Browse files
jsonbaileyclaude
andcommitted
fix: sort LDTool import alphabetically to satisfy isort
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5a9fd22 commit ccc744e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
AIConfig,
2121
AIJudgeConfig,
2222
AIJudgeConfigDefault,
23-
LDTool,
2423
Edge,
2524
JudgeConfiguration,
2625
LDAIAgent,
2726
LDAIAgentConfig,
2827
LDAIAgentDefaults,
2928
LDMessage,
29+
LDTool,
3030
ModelConfig,
3131
ProviderConfig,
3232
)

packages/sdk/server-ai/src/ldai/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
AICompletionConfigDefault,
2222
AIJudgeConfig,
2323
AIJudgeConfigDefault,
24-
LDTool,
2524
Edge,
2625
JudgeConfiguration,
2726
LDMessage,
27+
LDTool,
2828
ModelConfig,
2929
ProviderConfig,
3030
)

0 commit comments

Comments
 (0)