From 50c33646d836711a0f7ed0fe07ef5451eb0506b1 Mon Sep 17 00:00:00 2001 From: ldemarcosm <l.demarcosm@alumnos.upm.es> Date: Fri, 5 Nov 2021 10:22:21 +0000 Subject: [PATCH] Update l3_centralizedattackdetectorClient.py --- .../client/l3_centralizedattackdetectorClient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/l3_centralizedattackdetector/client/l3_centralizedattackdetectorClient.py b/src/l3_centralizedattackdetector/client/l3_centralizedattackdetectorClient.py index cd1178348..64b66f3ce 100644 --- a/src/l3_centralizedattackdetector/client/l3_centralizedattackdetectorClient.py +++ b/src/l3_centralizedattackdetector/client/l3_centralizedattackdetectorClient.py @@ -1,6 +1,5 @@ import grpc, logging from common.tools.client.RetryDecorator import retry, delay_exponential -from l3_centralizedattackdetector.proto.context_pb2 import Empty from l3_centralizedattackdetector.proto.l3_centralizedattackdetector_pb2_grpc import ( L3CentralizedattackdetectorStub, ) -- GitLab