From 072c9c9ef69465e82ebf73ac137883a9c561a56e Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 10 Jul 2023 08:24:44 +0000
Subject: [PATCH] Pre-merge code cleanup

---
 src/webui/service/service/routes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/webui/service/service/routes.py b/src/webui/service/service/routes.py
index fa3d3b164..08312e525 100644
--- a/src/webui/service/service/routes.py
+++ b/src/webui/service/service/routes.py
@@ -98,6 +98,7 @@ def add():
     raise NotImplementedError()
     #return render_template('service/home.html')
 
+
 def get_hub_module_name(dev: Device) -> Optional[str]:
     for cr in dev.device_config.config_rules:
         if cr.action == ConfigActionEnum.CONFIGACTION_SET and cr.custom and cr.custom.resource_key == "_connect/settings":
-- 
GitLab