aboutsummaryrefslogtreecommitdiff
path: root/setup_commands
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-09-05 16:18:25 +0300
committerMunyoki Kilyungi2023-09-05 16:18:25 +0300
commit45d89d4594e32e4647f93647fdb3ecf85a2d4165 (patch)
treefcb15def9443739c9531377f998be108ae4f1e95 /setup_commands
parent0bdad60654806589cf6e9f0cdbea6ed4e70471f8 (diff)
downloadgenenetwork3-45d89d4594e32e4647f93647fdb3ecf85a2d4165.tar.gz
Remove unused import
* setup_commands/run_tests.py: Delete sys. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'setup_commands')
-rw-r--r--setup_commands/run_tests.py2
1 files changed, 1 insertions, 1 deletions
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):