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: v20.0.0~2300^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35028e15789dc3600143a434301625d094b24475;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 --- diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index f0fb2c429069..7e1b57466e3b 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