summaryrefslogtreecommitdiffstats
path: root/ms/py-executor/blueprints_grpc/blueprint_processing_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'ms/py-executor/blueprints_grpc/blueprint_processing_server.py')
-rw-r--r--ms/py-executor/blueprints_grpc/blueprint_processing_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/py-executor/blueprints_grpc/blueprint_processing_server.py b/ms/py-executor/blueprints_grpc/blueprint_processing_server.py
index f1f29a035..322d34b0b 100644
--- a/ms/py-executor/blueprints_grpc/blueprint_processing_server.py
+++ b/ms/py-executor/blueprints_grpc/blueprint_processing_server.py
@@ -16,7 +16,7 @@
import logging
from google.protobuf.json_format import MessageToJson
-from .proto import BluePrintProcessing_pb2_grpc as BluePrintProcessing_pb2_grpc
+from proto import BluePrintProcessing_pb2_grpc as BluePrintProcessing_pb2_grpc
from .script_executor_configuration import ScriptExecutorConfiguration
from .executor_utils import instance_for_input