mirror of https://github.com/scrapy/scrapy.git
Fix import
This commit is contained in:
parent
ef9a619214
commit
d5a2a70329
|
|
@ -5,7 +5,7 @@ import six
|
|||
if six.PY3:
|
||||
from collections.abc import Mapping, MutableMapping
|
||||
else:
|
||||
from collections.abc import Mapping, MutableMapping
|
||||
from collections import Mapping, MutableMapping
|
||||
|
||||
from scrapy.utils.datatypes import CaselessDict, SequenceExclude
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue