]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerVarsha Rao <varao@redhat.com>
Wed, 8 Jul 2020 05:36:35 +0000 (07:36 +0200)
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 981a7cc923ed9ddb61c5b83940d42b82ca7a4469)

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__)