]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/d4n: Remove unused import
authorSamarah <samarah.uriarte@ibm.com>
Tue, 12 Mar 2024 19:20:10 +0000 (19:20 +0000)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 2 Apr 2024 15:54:52 +0000 (21:24 +0530)
Signed-off-by: Samarah <samarah.uriarte@ibm.com>
qa/tasks/d4ntests.py
qa/tasks/redis.py

index d943bf962f104afbe755da1437c52b6a1f81e45e..bfd3ebceee40d6cb9ff3f6f9902291a921dc5713 100644 (file)
@@ -2,7 +2,6 @@ import logging
 
 from teuthology import misc as teuthology
 from teuthology.task import Task
-from teuthology.orchestra import run
 from teuthology.packaging import remove_package
 
 log = logging.getLogger(__name__)
index 1124f6026c08bbd8e3e253ce81b172be704415ea..b1c88c8e3857b8b4886ac37e8b3480bcddecf88f 100644 (file)
@@ -2,7 +2,6 @@ import logging
 
 from teuthology import misc as teuthology
 from teuthology.task import Task
-from teuthology.orchestra import run
 from teuthology.packaging import remove_package
 
 log = logging.getLogger(__name__)