mirror of https://github.com/scrapy/scrapy.git
Remove `stacklevel` from warning
This commit is contained in:
parent
29c2477f0a
commit
f45a7d3f3c
|
|
@ -192,7 +192,6 @@ class S3FeedStorage(BlockingFeedStorage):
|
|||
"`botocore` usage has been deprecated for S3 feed "
|
||||
"export, please use `boto3` to avoid problems",
|
||||
category=ScrapyDeprecationWarning,
|
||||
stacklevel=2,
|
||||
)
|
||||
|
||||
import botocore.session
|
||||
|
|
|
|||
Loading…
Reference in New Issue