Skip to content

Commit 286b3b1

Browse files
committed
Sort imports
1 parent 76738fe commit 286b3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_select2/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
:parts: 1
4747
4848
"""
49-
import uuid
5049
import re
50+
import uuid
5151
from functools import reduce
5252
from itertools import chain
5353
from pickle import PicklingError # nosec

0 commit comments

Comments
 (0)