diff --git a/django_select2/apps.py b/django_select2/apps.py index 052473a5..77b053ac 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. # noqa + from . import conf # noqa