From: Jos Collin Date: Fri, 23 Aug 2019 09:59:27 +0000 (+0530) Subject: qa/tasks: drop object inherit X-Git-Tag: v15.1.0~1779^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29843%2Fhead;p=ceph.git qa/tasks: drop object inherit Signed-off-by: Jos Collin --- diff --git a/qa/tasks/mds_thrash.py b/qa/tasks/mds_thrash.py index e42a76c52200..e5d86e65b5d3 100644 --- a/qa/tasks/mds_thrash.py +++ b/qa/tasks/mds_thrash.py @@ -18,7 +18,7 @@ from tasks.thrasher import Thrasher log = logging.getLogger(__name__) -class MDSThrasher(Greenlet, Thrasher, object): +class MDSThrasher(Greenlet, Thrasher): """ MDSThrasher:: diff --git a/qa/tasks/rbd_mirror_thrash.py b/qa/tasks/rbd_mirror_thrash.py index 7ca1a6d1d704..fceb5cfeb986 100644 --- a/qa/tasks/rbd_mirror_thrash.py +++ b/qa/tasks/rbd_mirror_thrash.py @@ -22,7 +22,7 @@ from tasks.thrasher import Thrasher log = logging.getLogger(__name__) -class RBDMirrorThrasher(Greenlet, Thrasher, object): +class RBDMirrorThrasher(Greenlet, Thrasher): """ RBDMirrorThrasher::