fix actual test failure
This commit is contained in:
parent
75ff90554b
commit
bc1ac231f3
@ -3,8 +3,8 @@ 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
|
||||||
|
|
||||||
QUERY_STEP = 1000
|
QUERY_STEP = 1000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user