Move Mapping import line up

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Mohammadtaher Abbasi 2022-06-13 15:24:30 +04:30 committed by GitHub
parent 6a0bcf97cc
commit a135d6caf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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