Skip to content

Commit

Permalink
Fixed isort complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Feb 19, 2019
1 parent 50dff5c commit e86d47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_registration/settings_fields.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
from collections import OrderedDict, namedtuple

from rest_registration.utils.text import detect_indent_num, deindent
from rest_registration.utils.text import deindent, detect_indent_num

_Field = namedtuple('_Field', [
'name',
Expand Down

0 comments on commit e86d47d

Please sign in to comment.