mirror of https://github.com/scrapy/scrapy.git
Address issues reported by pylint
This commit is contained in:
parent
e7e201d0b9
commit
45b95c63d7
|
|
@ -238,7 +238,7 @@ PRE_XTRACTMIME_SCENARIOS = (
|
|||
'headers': Headers(
|
||||
{
|
||||
'Content-Disposition': [
|
||||
f'attachment; filename="a.xml"',
|
||||
'attachment; filename="a.xml"',
|
||||
]
|
||||
}
|
||||
),
|
||||
|
|
@ -254,7 +254,7 @@ PRE_XTRACTMIME_SCENARIOS = (
|
|||
'headers': Headers(
|
||||
{
|
||||
'Content-Disposition': [
|
||||
f'attachment; filename="a.html"',
|
||||
'attachment; filename="a.html"',
|
||||
],
|
||||
"Content-Type": "text/xml",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue