]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/mgr/dashboard: flake8 fixes
authorKefu Chai <kchai@redhat.com>
Fri, 19 Jun 2020 11:27:25 +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/dashboard/test_user.py

index ea7beee6d7a50239aa72b9235f21a3258049cc70..a330a4aa8b8b97b7cd6f370546ce23cfa21d9150 100644 (file)
@@ -6,7 +6,7 @@ import time
 
 from datetime import datetime, timedelta
 
-from .helper import DashboardTestCase, JObj, JLeaf
+from .helper import DashboardTestCase
 
 
 class UserTest(DashboardTestCase):