Remove `stacklevel` from warning

This commit is contained in:
Yegor 2023-02-15 17:07:55 +01:00
parent 29c2477f0a
commit f45a7d3f3c
No known key found for this signature in database
GPG Key ID: 25A634504C9CCE9E
1 changed files with 0 additions and 1 deletions

View File

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