fix actual test failure
This commit is contained in:
parent
75ff90554b
commit
bc1ac231f3
@ -3,7 +3,7 @@ from hashlib import sha1
|
|||||||
try:
|
try:
|
||||||
from collections.abc import Iterable
|
from collections.abc import Iterable
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from collections as Iterable
|
from collections import Iterable
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from six.moves.urllib.parse import urlparse
|
from six.moves.urllib.parse import urlparse
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user