We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0311e4e commit b2cc339Copy full SHA for b2cc339
tests/test_utils.py
@@ -7,8 +7,8 @@
7
from django.test import TestCase
8
from django.utils import six
9
from django.utils.six.moves.urllib.parse import parse_qsl, urlparse
10
-
11
from django_otp.util import random_hex
+
12
from two_factor.models import PhoneDevice, random_hex_str
13
from two_factor.utils import (
14
backup_phones, default_device, get_otpauth_url, totp_digits,
0 commit comments