From 45d89d4594e32e4647f93647fdb3ecf85a2d4165 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 5 Sep 2023 16:18:25 +0300 Subject: Remove unused import * setup_commands/run_tests.py: Delete sys. Signed-off-by: Munyoki Kilyungi --- setup_commands/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_commands') diff --git a/setup_commands/run_tests.py b/setup_commands/run_tests.py index 1bb5dab..e3422fa 100644 --- a/setup_commands/run_tests.py +++ b/setup_commands/run_tests.py @@ -1,5 +1,5 @@ +"""Run tests""" import os -import sys from distutils.core import Command class RunTests(Command): -- cgit v1.2.3