We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d7795 commit ece1f53Copy full SHA for ece1f53
src/main.py
@@ -5,7 +5,7 @@
5
from crawlee import ConcurrencySettings
6
from crawlee.beautifulsoup_crawler import BeautifulSoupCrawler, BeautifulSoupCrawlingContext
7
8
-from apify import Actor, ProxyConfiguration
+from apify import Actor
9
10
ProductDetails = dict[str, str]
11
0 commit comments