diff options
Diffstat (limited to 'qa/tasks/tox.py')
-rw-r--r-- | qa/tasks/tox.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/tasks/tox.py b/qa/tasks/tox.py index 46b4f565dc0..81d712f44b1 100644 --- a/qa/tasks/tox.py +++ b/qa/tasks/tox.py @@ -3,7 +3,6 @@ import contextlib import logging from teuthology import misc as teuthology -from teuthology import contextutil from teuthology.orchestra import run log = logging.getLogger(__name__) |