Fixes isort for future builds

This commit is contained in:
Johannes Hoppe 2016-02-04 11:56:09 +01:00
parent 4dacbdf283
commit 031ec6682c
1 changed files with 2 additions and 1 deletions

View File

@ -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