From 83404e8ba01dd45761663c02fe748e69bce94cae Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Wed, 19 Oct 2022 17:41:52 +0200 Subject: [PATCH] Fixing tox issues Signed-off-by: Redouane Kachach --- src/pybind/mgr/cephadm/tests/test_cephadm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/tests/test_cephadm.py b/src/pybind/mgr/cephadm/tests/test_cephadm.py index e6fb4e5c2ca64..3ae0345b88c53 100644 --- a/src/pybind/mgr/cephadm/tests/test_cephadm.py +++ b/src/pybind/mgr/cephadm/tests/test_cephadm.py @@ -17,7 +17,7 @@ except ImportError: from ceph.deployment.service_spec import ServiceSpec, PlacementSpec, RGWSpec, \ NFSServiceSpec, IscsiServiceSpec, HostPlacementSpec, CustomContainerSpec, MDSSpec, \ - CustomConfig, PrometheusSpec + CustomConfig from ceph.deployment.drive_selection.selector import DriveSelection from ceph.deployment.inventory import Devices, Device from ceph.utils import datetime_to_str, datetime_now -- 2.39.5