From 74a24e15e3711775e9e0670193c5ac476425d000 Mon Sep 17 00:00:00 2001
From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de>
Date: Fri, 15 Oct 2021 14:29:24 +0200
Subject: [PATCH] Fix: unnecessary import causing errors

---
 plugins/eFlows_menu_link.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py
index 478ac29..f8a2468 100644
--- a/plugins/eFlows_menu_link.py
+++ b/plugins/eFlows_menu_link.py
@@ -1,8 +1,7 @@
 from airflow.plugins_manager import AirflowPlugin
-from flask_admin.base import MenuLink
 
 appbuilder_eFlows = {
-    "name": "More about eFlows4HPC",
+    "name": "About eFlows4HPC",
     "href": "https://eflows4hpc.eu/",
 }
 
@@ -12,4 +11,4 @@ class AirflowEFlowsPlugin(AirflowPlugin):
     flask_blueprints = []
     hooks = []
     admin_views = []
-    appbuilder_menu_items = [appbuilder_eFlows]
\ No newline at end of file
+    appbuilder_menu_items = [appbuilder_eFlows]
-- 
GitLab