diff options
-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 e3422fa..37d7ffa 100644 --- a/setup_commands/run_tests.py +++ b/setup_commands/run_tests.py @@ -1,6 +1,6 @@ """Run tests""" import os -from distutils.core import Command +from distutils.core import Command # pylint: disable=W0402 class RunTests(Command): """ |