From bf4afbc0a3cc4e847ef01840365fd6a6ae9c142f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:54:55 +0900 Subject: style: auto-fix lint violations from enhanced ruff rules --- cli/tests/test_cli_strategy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tests/test_cli_strategy.py') diff --git a/cli/tests/test_cli_strategy.py b/cli/tests/test_cli_strategy.py index cf3057b..75ba4df 100644 --- a/cli/tests/test_cli_strategy.py +++ b/cli/tests/test_cli_strategy.py @@ -1,6 +1,7 @@ """Tests for strategy CLI commands.""" -from unittest.mock import patch, MagicMock +from unittest.mock import MagicMock, patch + from click.testing import CliRunner from trading_cli.main import cli -- cgit v1.2.3