From 61b2a193e79d74783bb1ad4c3a8ccb6ead0f24c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:57:43 +0900 Subject: fix: lint cleanup after medium priority tasks --- cli/tests/test_cli_service.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/test_cli_service.py') 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 -- cgit v1.2.3