]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: fix the sorting of the imports
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 13 Dec 2023 21:05:27 +0000 (16:05 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Mar 2024 22:30:58 +0000 (18:30 -0400)
While ceph doesn't enforce sorted imports I prefer them when possible. I
had once sorted these imports but then nvmeof came along an ruined
things. Put nvmeof back in it's place.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/orchestrator/_interface.py

index f0fb2c429069c17692a37591cb24774245496637..7e1b57466e3b913ba101b825a0db09a173968ff3 100644 (file)
@@ -38,11 +38,11 @@ from ceph.deployment.service_spec import (
     IscsiServiceSpec,
     MDSSpec,
     NFSServiceSpec,
+    NvmeofServiceSpec,
     RGWSpec,
     SNMPGatewaySpec,
     ServiceSpec,
     TunedProfileSpec,
-    NvmeofServiceSpec
 )
 from ceph.deployment.drive_group import DriveGroupSpec
 from ceph.deployment.hostspec import HostSpec, SpecValidationError