]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/cephfs/test_nfs.py: flake8 fixes
authorKefu Chai <kchai@redhat.com>
Sat, 20 Jun 2020 02:49:45 +0000 (10:49 +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/cephfs/test_nfs.py

index a2ce2382f8272ab12908fa144faf3651f05a9461..ef9326e981cee4acf2a2d91abf6a0f728573451e 100644 (file)
@@ -1,12 +1,8 @@
-import os
-import json
 import time
-import errno
 import logging
 from io import BytesIO
 
 from tasks.mgr.mgr_test_case import MgrTestCase
-from teuthology.exceptions import CommandFailedError
 
 log = logging.getLogger(__name__)