diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:57:43 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:57:43 +0900 |
| commit | 61b2a193e79d74783bb1ad4c3a8ccb6ead0f24c0 (patch) | |
| tree | 374ad93df6d393715809192ff40b1754d56de39b /cli/tests/test_cli_service.py | |
| parent | 13a9b2c80bb3eb1353cf2d49bdbf7d0dbd858ccc (diff) | |
fix: lint cleanup after medium priority tasks
Diffstat (limited to 'cli/tests/test_cli_service.py')
| -rw-r--r-- | cli/tests/test_cli_service.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/test_cli_service.py b/cli/tests/test_cli_service.py index 08cd396..dbc5889 100644 --- a/cli/tests/test_cli_service.py +++ b/cli/tests/test_cli_service.py @@ -1,4 +1,5 @@ """Tests for service CLI commands.""" + from click.testing import CliRunner from trading_cli.main import cli |
