Use 'six' to import 'unquote' (#122)
This commit is contained in:
parent
0ca032265a
commit
3d86f5395b
1 changed files with 1 additions and 1 deletions
2
tests.py
2
tests.py
|
@ -4,12 +4,12 @@ import time
|
|||
import unittest
|
||||
import uuid
|
||||
from unittest import TestCase
|
||||
from urllib.parse import unquote
|
||||
|
||||
from cryptography.fernet import Fernet
|
||||
from freezegun import freeze_time
|
||||
from werkzeug.exceptions import BadRequest
|
||||
from fakeredis import FakeStrictRedis
|
||||
from six.moves.urllib.parse import unquote
|
||||
|
||||
# noinspection PyPep8Naming
|
||||
import snappass.main as snappass
|
||||
|
|
Loading…
Reference in a new issue