From c6dfcea5e2de64e3b25663374b4a681bd8d1df65 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Fri, 28 Aug 2020 17:45:55 +0200 Subject: [PATCH] Remove signals import --- bds/apps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bds/apps.py b/bds/apps.py index 31863bf0..5c0fa0fd 100644 --- a/bds/apps.py +++ b/bds/apps.py @@ -26,6 +26,4 @@ class BdsConfig(AppConfig): verbose_name = "Gestion des adhérent·e·s du BDS" def ready(self): - from . import signals # noqa - post_migrate.connect(bds_group_perms, sender=self)