mirror of https://github.com/scrapy/scrapy.git
Move Mapping import line up
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
6a0bcf97cc
commit
a135d6caf0
|
|
@ -1,7 +1,8 @@
|
|||
from collections.abc import Mapping
|
||||
|
||||
from w3lib.http import headers_dict_to_raw
|
||||
from scrapy.utils.datatypes import CaselessDict
|
||||
from scrapy.utils.python import to_unicode
|
||||
from collections.abc import Mapping
|
||||
|
||||
|
||||
class Headers(CaselessDict):
|
||||
|
|
|
|||
Loading…
Reference in New Issue