]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixing tox issues 48550/head
authorRedouane Kachach <rkachach@redhat.com>
Wed, 19 Oct 2022 15:41:52 +0000 (17:41 +0200)
committerRedouane Kachach <rkachach@redhat.com>
Wed, 7 Dec 2022 15:57:14 +0000 (16:57 +0100)
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
src/pybind/mgr/cephadm/tests/test_cephadm.py

index e6fb4e5c2ca644416877b1706dd0b868f1b4a7d6..3ae0345b88c532e7157eac12e6e9b9f567e6ee5f 100644 (file)
@@ -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