Skip to content

Commit

Permalink
Update django_select2/apps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Maron <johannes@maron.family>
  • Loading branch information
ewjoachim and codingjoe committed Mar 10, 2023
1 parent d307c31 commit 1fb55d6
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
from . import conf. # noqa

0 comments on commit 1fb55d6

Please sign in to comment.