From 7a505ea280765ec3c8c7c27636f354a5900d9dc5 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 7 Oct 2024 15:06:29 +0000
Subject: [PATCH] Pre-merge code cleanup

---
 proto/kpi_value_api.proto     | 4 ++--
 src/telemetry/requirements.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/proto/kpi_value_api.proto b/proto/kpi_value_api.proto
index 4d3a1f216..4bd3dd50f 100644
--- a/proto/kpi_value_api.proto
+++ b/proto/kpi_value_api.proto
@@ -19,8 +19,8 @@ import "context.proto";
 import "kpi_manager.proto";
 
 service KpiValueAPIService {
-	rpc StoreKpiValues  (KpiValueList)      returns (context.Empty)    {}
-	rpc SelectKpiValues (KpiValueFilter)    returns (KpiValueList)     {}
+	rpc StoreKpiValues  (KpiValueList     ) returns (context.Empty   ) {}
+	rpc SelectKpiValues (KpiValueFilter   ) returns (KpiValueList    ) {}
   rpc GetKpiAlarms    (kpi_manager.KpiId) returns (stream KpiAlarms) {}
 }
 
diff --git a/src/telemetry/requirements.in b/src/telemetry/requirements.in
index 4e9981afb..503468a66 100644
--- a/src/telemetry/requirements.in
+++ b/src/telemetry/requirements.in
@@ -17,4 +17,4 @@ psycopg2-binary==2.9.3
 python-dateutil==2.8.2
 python-json-logger==2.0.2
 pytz==2024.1
-requests==2.27.1
\ No newline at end of file
+requests==2.27.1
-- 
GitLab