From 1fb55d6cd24454bcf5f35fe7815d10dc1c92b1d4 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sat, 11 Feb 2023 17:25:24 +0100 Subject: [PATCH] Update django_select2/apps.py Co-authored-by: Johannes Maron --- django_select2/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_select2/apps.py b/django_select2/apps.py index 98905972..052473a5 100644 --- a/django_select2/apps.py +++ b/django_select2/apps.py @@ -9,4 +9,4 @@ class Select2AppConfig(AppConfig): verbose_name = "Select2" def ready(self): - from . import conf + from . import conf. # noqa