]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr/test_orchestrator_cli: flake8 fixes
authorKefu Chai <kchai@redhat.com>
Fri, 19 Jun 2020 11:27:49 +0000 (19:27 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 23 Jun 2020 15:01:27 +0000 (23:01 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/test_orchestrator_cli.py

index c6d229f311d3d7132d0f296df7e1c347ab4359a7..9600fd57205e2e3bbf29dfd3eab21f43297976a8 100644 (file)
@@ -1,9 +1,7 @@
 import errno
 import json
 import logging
-from time import sleep
 
-from teuthology.exceptions import CommandFailedError
 
 from .mgr_test_case import MgrTestCase