From: Redouane Kachach Date: Wed, 19 Oct 2022 15:41:52 +0000 (+0200) Subject: Fixing tox issues X-Git-Tag: v18.1.0~682^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83404e8ba01dd45761663c02fe748e69bce94cae;p=ceph.git Fixing tox issues Signed-off-by: Redouane Kachach --- diff --git a/src/pybind/mgr/cephadm/tests/test_cephadm.py b/src/pybind/mgr/cephadm/tests/test_cephadm.py index e6fb4e5c2ca6..3ae0345b88c5 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