diff --git a/scrapy_poet/utils/testing.py b/scrapy_poet/utils/testing.py index 795ca6dc..558d7a36 100644 --- a/scrapy_poet/utils/testing.py +++ b/scrapy_poet/utils/testing.py @@ -267,7 +267,7 @@ def _get_test_settings(): def create_scrapy_settings(): """Return the default scrapy-poet settings.""" warn( - "The scrapy_poet.utils.create_scrapy_settings() function is " "deprecated.", + "The scrapy_poet.utils.create_scrapy_settings() function is deprecated.", DeprecationWarning, stacklevel=2, )