From 250acb701342d5b4d3b3fbfea81c65bbaacdeffd Mon Sep 17 00:00:00 2001 From: "Julien B." <xm9q8f80@jlnbrtn.me> Date: Sun, 25 Aug 2024 00:24:15 +0200 Subject: [PATCH] fix(trainer): change trainer function --- microservices/trainer/trainer_pb2_grpc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/microservices/trainer/trainer_pb2_grpc.py b/microservices/trainer/trainer_pb2_grpc.py index 5277516..ab713a8 100644 --- a/microservices/trainer/trainer_pb2_grpc.py +++ b/microservices/trainer/trainer_pb2_grpc.py @@ -1,8 +1,7 @@ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc - -from api.protos.trainer import trainer_pb2 as api_dot_protos_dot_trainer_dot_trainer__pb2 +import trainer_pb2 as api_dot_protos_dot_trainer_dot_trainer__pb2 class TrainerStub(object): -- GitLab