Loading src/automation/service/zsm_handler_api/_ZSMHandler.py +4 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,10 @@ # limitations under the License. # limitations under the License. import grpc , logging import grpc , logging from common.proto.automation_pb2 import ZSMCreateRequest, ZSMService, ZSMServiceID, ZSMServiceState, ZSMCreateUpdate from common.proto.automation_pb2 import ( ZSMCreateRequest, #ZSMService, ZSMServiceID, #ZSMServiceState, ) from common.proto.context_pb2 import ServiceId from common.proto.context_pb2 import ServiceId LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__) Loading Loading
src/automation/service/zsm_handler_api/_ZSMHandler.py +4 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,10 @@ # limitations under the License. # limitations under the License. import grpc , logging import grpc , logging from common.proto.automation_pb2 import ZSMCreateRequest, ZSMService, ZSMServiceID, ZSMServiceState, ZSMCreateUpdate from common.proto.automation_pb2 import ( ZSMCreateRequest, #ZSMService, ZSMServiceID, #ZSMServiceState, ) from common.proto.context_pb2 import ServiceId from common.proto.context_pb2 import ServiceId LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__) Loading