Commit 6e027915 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Automation component:

- Resolved import issue
- Minor code formatting
parent 8cf37415
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -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__)