Loading src/device/service/drivers/nce/driver.py +7 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ from typing import Any, Iterator, List, Optional, Tuple, Union from common.method_wrappers.Decorator import MetricsPool, metered_subclass_method from common.tools.client.RestConfClient import RestConfClient from common.type_checkers.Checkers import chk_length, chk_string, chk_type from device.service.driver_api._Driver import _Driver from device.service.driver_api._Driver import _Driver, RESOURCE_ENDPOINTS, RESOURCE_SERVICES from device.service.driver_api.AnyTreeTools import ( TreeNode, dump_subtree, get_subnode, set_subnode_value, ) Loading @@ -31,6 +31,12 @@ from .nce_fan_client import ( from .Tools import compose_resource_endpoint ALL_RESOURCE_KEYS = [ RESOURCE_ENDPOINTS, RESOURCE_SERVICES, ] LOGGER = logging.getLogger(__name__) Loading Loading
src/device/service/drivers/nce/driver.py +7 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ from typing import Any, Iterator, List, Optional, Tuple, Union from common.method_wrappers.Decorator import MetricsPool, metered_subclass_method from common.tools.client.RestConfClient import RestConfClient from common.type_checkers.Checkers import chk_length, chk_string, chk_type from device.service.driver_api._Driver import _Driver from device.service.driver_api._Driver import _Driver, RESOURCE_ENDPOINTS, RESOURCE_SERVICES from device.service.driver_api.AnyTreeTools import ( TreeNode, dump_subtree, get_subnode, set_subnode_value, ) Loading @@ -31,6 +31,12 @@ from .nce_fan_client import ( from .Tools import compose_resource_endpoint ALL_RESOURCE_KEYS = [ RESOURCE_ENDPOINTS, RESOURCE_SERVICES, ] LOGGER = logging.getLogger(__name__) Loading