From: John Mulligan Date: Wed, 13 Dec 2023 21:05:27 +0000 (-0500) Subject: mgr/orchestrator: fix the sorting of the imports X-Git-Tag: v19.1.0~82^2~20 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1304ee09d435e0d48871b1b3b59997ccf6421d56;p=ceph.git mgr/orchestrator: fix the sorting of the imports 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 (cherry picked from commit 35028e15789dc3600143a434301625d094b24475) --- diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index bc1721ab2511f..055fba316a88b 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -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