Use ProcessPool rather than ThreadPool Executor
[ccsdk/cds.git] / ms / command-executor / src / main / python / utils.py
index dc5d008..4314b28 100644 (file)
@@ -17,6 +17,7 @@ from google.protobuf.timestamp_pb2 import Timestamp
 
 import proto.CommandExecutor_pb2 as CommandExecutor_pb2
 
+
 def get_blueprint_id(request):
     blueprint_name = request.identifiers.blueprintName
     blueprint_version = request.identifiers.blueprintVersion