Fix import

This commit is contained in:
Eugenio Lacuesta 2019-07-13 23:47:41 -03:00
parent ef9a619214
commit d5a2a70329
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 1 deletions

View File

@ -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