Skip to content
Snippets Groups Projects
Commit 74a24e15 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Fix: unnecessary import causing errors

parent 543a23b8
No related branches found
No related tags found
No related merge requests found
Pipeline #80843 passed
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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment