From f9a439d7f40b8a17e87f5c820e10825caca81ae7 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sat, 11 Feb 2023 18:43:55 +0100 Subject: [PATCH] Fix extraneous dot --- 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 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