Skip to content

Commit 7329fce

Browse files
cauchyturingclaude
andcommitted
style: fix ruff I001 import sorting in server.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6bc7727 commit 7329fce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

causal_copilot/mcp/server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,14 @@ def estimate_effect(
522522
# --- Data properties for intelligent method/model selection ---
523523
from causal_copilot.mcp.offline import (
524524
get_default_estimation_config as _offline_select_method_config,
525+
)
526+
from causal_copilot.mcp.offline import (
525527
identify_confounders as _offline_confounders,
528+
)
529+
from causal_copilot.mcp.offline import (
526530
prepare_treatment,
531+
)
532+
from causal_copilot.mcp.offline import (
527533
select_estimation_method as _offline_select_method,
528534
)
529535

0 commit comments

Comments
 (0)