From 5c0a9021348d820ec46db71a1ee2695f6cb34765 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Wed, 4 Jan 2023 10:55:31 +0100 Subject: [PATCH] Remove unused imports --- modules/test_extension_server_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test_extension_server_commands.py b/modules/test_extension_server_commands.py index 974d495..9a26f3e 100644 --- a/modules/test_extension_server_commands.py +++ b/modules/test_extension_server_commands.py @@ -1,4 +1,4 @@ -from .constants import SESSION_NAME, VSCODE_PLUGINS +from .constants import SESSION_NAME from .installer import vscode_plugin_path from .quick_input_panel import QuickSelect, SelectableItem from .test_extension_server import JunitResultsServer, TestNgResultsServer