[REMOVE] Unused imports

This commit is contained in:
Peter Pfeufer
2025-02-16 23:20:36 +01:00
parent cb57d922e6
commit f497c18e5b
23 changed files with 8 additions and 52 deletions

View File

@@ -1,9 +1,3 @@
from django.db.models.signals import (
m2m_changed,
post_save,
pre_delete,
pre_save
)
from django.urls import reverse
from unittest import mock