diff options
author | Munyoki Kilyungi | 2023-09-05 16:18:25 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-09-05 16:18:25 +0300 |
commit | 45d89d4594e32e4647f93647fdb3ecf85a2d4165 (patch) | |
tree | fcb15def9443739c9531377f998be108ae4f1e95 /setup_commands | |
parent | 0bdad60654806589cf6e9f0cdbea6ed4e70471f8 (diff) | |
download | genenetwork3-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.py | 2 |
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): |