From e344e28166b5aebb5a63a3395eef680d04e5913a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 2 Jun 2024 12:10:55 +0100 Subject: [PATCH] Fix missing uncommited import --- app/blueprints/admin/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blueprints/admin/actions.py b/app/blueprints/admin/actions.py index ca529f53..84ef1ebc 100644 --- a/app/blueprints/admin/actions.py +++ b/app/blueprints/admin/actions.py @@ -29,7 +29,7 @@ from app.tasks.forumtasks import import_topic_list, check_all_forum_accounts from app.tasks.importtasks import import_repo_screenshot, check_zip_release, check_for_updates, update_all_game_support, \ import_languages from app.tasks.usertasks import import_github_user_ids -from app.tasks.pkgtasks import notify_about_git_forum_links +from app.tasks.pkgtasks import notify_about_git_forum_links, clear_removed_packages from app.utils import add_notification, get_system_user actions = {}