fix: ruff lint fixes for v3 test files

This commit is contained in:
Celes Renata
2026-06-27 12:32:52 +00:00
parent 5d7aaacc9d
commit 106b07c0f0
9 changed files with 6 additions and 22 deletions
-4
View File
@@ -13,13 +13,9 @@ from hypothesis import given, settings
from hypothesis import strategies as st
from services.trading.position_sizer import (
KellySizingResult,
compute_kelly_sizing,
compute_reward_ratio,
)
from services.trading.stop_loss_manager import (
TrailingStopResult,
V3StopLevels,
compute_trailing_stop,
compute_v3_stops,
)