chore: remove unused ProjectionMode import in test_contracts.py

The parametrized test_stable_exports_are_importable_from_package_root
already covers ProjectionMode via hasattr(mt5cli, name). Ruff correctly
flagged the explicit top-level import as unused (F401).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
agent
2026-06-24 17:08:44 +00:00
co-authored by Claude Sonnet 4.6
parent 71b99ada26
commit 5100cb1a48
-1
View File
@@ -34,7 +34,6 @@ from mt5cli import (
Mt5SchemaError, Mt5SchemaError,
OrderExecutionResult, OrderExecutionResult,
OrderLimits, OrderLimits,
ProjectionMode,
RateTarget, RateTarget,
build_config, build_config,
build_rate_targets, build_rate_targets,