From d8bcb8ece6ddaf67802ae06f8e1461c48ab84e52 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 12 Jul 2025 17:45:21 +0200 Subject: [PATCH] refactor: remove redundant imports --- src/fellchensammlung/tools/notifications.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fellchensammlung/tools/notifications.py b/src/fellchensammlung/tools/notifications.py index b10c115..91ed028 100644 --- a/src/fellchensammlung/tools/notifications.py +++ b/src/fellchensammlung/tools/notifications.py @@ -1,7 +1,3 @@ -from types import SimpleNamespace as sn - -from celery.bin.celery import report - from fellchensammlung.models import User, Notification, TrustLevel from fellchensammlung.models import NotificationTypeChoices as ntc