refactor: remove redundant imports

This commit is contained in:
2025-07-12 17:45:21 +02:00
parent b01ac219a3
commit d8bcb8ece6

View File

@@ -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 User, Notification, TrustLevel
from fellchensammlung.models import NotificationTypeChoices as ntc from fellchensammlung.models import NotificationTypeChoices as ntc