Skip to content

Commit 6a25613

Browse files
authored
chore: remove extra space (#626)
1 parent dc153ae commit 6a25613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/scrapy/middlewares/apify_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def from_crawler(cls: type[ApifyHttpProxyMiddleware], crawler: Crawler) -> Apify
4949
if proxy_settings is None:
5050
Actor.log.info(
5151
'ApifyHttpProxyMiddleware is not going to be used. Object "proxyConfiguration" is probably missing '
52-
' in the Actor input.'
52+
'in the Actor input.'
5353
)
5454
raise NotConfigured
5555

0 commit comments

Comments
 (0)