From: Zack Cerza Date: Mon, 20 Mar 2023 19:30:50 +0000 (-0600) Subject: task.cephmetrics: Fix broken import X-Git-Tag: 1.2.0~120^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=13caa6e3c4576c8ba12971049766c07502bac382;p=teuthology.git task.cephmetrics: Fix broken import Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/cephmetrics.py b/teuthology/task/cephmetrics.py index 0de36e303d..fee4ad6b67 100644 --- a/teuthology/task/cephmetrics.py +++ b/teuthology/task/cephmetrics.py @@ -6,7 +6,7 @@ import time from teuthology.config import config as teuth_config from teuthology.exceptions import CommandFailedError -from teuthology.ansible import Ansible, LoggerFile +from teuthology.task.ansible import Ansible, LoggerFile log = logging.getLogger(__name__)