Skip to content

Commit

Permalink
Fix extraneous dot
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored and codingjoe committed Mar 10, 2023
1 parent 1fb55d6 commit f9a439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_select2/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class Select2AppConfig(AppConfig):
verbose_name = "Select2"

def ready(self):
from . import conf. # noqa
from . import conf # noqa

0 comments on commit f9a439d

Please sign in to comment.