summaryrefslogtreecommitdiff
path: root/cli/tests/test_cli_strategy.py
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 15:54:55 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 15:54:55 +0900
commitbf4afbc0a3cc4e847ef01840365fd6a6ae9c142f (patch)
treec8634b3b21534f550e2d255d98c4a068a1b567d0 /cli/tests/test_cli_strategy.py
parentec8b6fea5a4a710df4b2ae18f3f399d165c8ffd4 (diff)
style: auto-fix lint violations from enhanced ruff rules
Diffstat (limited to 'cli/tests/test_cli_strategy.py')
-rw-r--r--cli/tests/test_cli_strategy.py3
1 files changed, 2 insertions, 1 deletions
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