diff options
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): |