Skip to content

Commit f9a439d

Browse files
ewjoachimcodingjoe
authored andcommitted
Fix extraneous dot
1 parent 1fb55d6 commit f9a439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: django_select2/apps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class Select2AppConfig(AppConfig):
99
verbose_name = "Select2"
1010

1111
def ready(self):
12-
from . import conf. # noqa
12+
from . import conf # noqa

0 commit comments

Comments
 (0)