Skip to content

Commit b2cc339

Browse files
committed
Sorted imports.
1 parent 0311e4e commit b2cc339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from django.test import TestCase
88
from django.utils import six
99
from django.utils.six.moves.urllib.parse import parse_qsl, urlparse
10-
1110
from django_otp.util import random_hex
11+
1212
from two_factor.models import PhoneDevice, random_hex_str
1313
from two_factor.utils import (
1414
backup_phones, default_device, get_otpauth_url, totp_digits,

0 commit comments

Comments
 (0)