From: Dan Mick Date: Fri, 6 Feb 2026 21:23:51 +0000 (-0800) Subject: Merge pull request #66467 from athanatos/wip-sjust-mgr-cli-command-74042 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e60d9dcaf6fab9294f6a04a12d47b888e2334ee8;p=ceph.git Merge pull request #66467 from athanatos/wip-sjust-mgr-cli-command-74042 pybind/mgr: update modules to use independent CLICommand subtypes with distinct COMMAND attributes --- e60d9dcaf6fab9294f6a04a12d47b888e2334ee8 diff --cc src/pybind/mgr/dashboard/plugins/feature_toggles.py index 6ff3931bd14,869ef04ac19..0ee72fa794f --- a/src/pybind/mgr/dashboard/plugins/feature_toggles.py +++ b/src/pybind/mgr/dashboard/plugins/feature_toggles.py @@@ -1,12 -1,13 +1,13 @@@ # -*- coding: utf-8 -*- from enum import Enum -from typing import Dict, List, Optional, Set, no_type_check +from typing import Dict, List, Optional, Set import cherrypy - from mgr_module import CLICommand, Option + from mgr_module import Option from mgr_util import CLIWarning + from ..cli import DBCLICommand from ..controllers.cephfs import CephFS from ..controllers.iscsi import Iscsi, IscsiTarget from ..controllers.nfs import NFSGaneshaExports, NFSGaneshaUi