mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-24 23:14:44 +00:00
Fixes isort for future builds
This commit is contained in:
parent
4dacbdf283
commit
031ec6682c
1 changed files with 2 additions and 1 deletions
|
|
@ -17,5 +17,6 @@ atomic = true
|
|||
multi_line_output = 5
|
||||
line_length = 79
|
||||
skip = manage.py,docs
|
||||
known_first_party = django_select2
|
||||
known_first_party = django_select2, tests
|
||||
known_third_party = django
|
||||
combine_as_imports = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue