Skip to content

Commit 61f4585

Browse files
committed
fix isort complains
1 parent dd51c75 commit 61f4585

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.isort.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[settings]
2+
profile=django
3+
line_length=119

formset/widgets.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
from django.db.models.query_utils import Q
1414
from django.forms.models import ModelChoiceIterator, ModelChoiceIteratorValue
1515
from django.forms.widgets import (
16-
FILE_INPUT_CONTRADICTION,
17-
DateTimeBaseInput,
18-
FileInput,
19-
Select,
20-
SelectMultiple,
21-
TextInput,
22-
Widget,
16+
FILE_INPUT_CONTRADICTION, DateTimeBaseInput, FileInput, Select, SelectMultiple, TextInput, Widget,
2317
)
2418
from django.template.loader import get_template
2519
from django.utils.encoding import uri_to_iri

0 commit comments

Comments
 (0)