Skip to content

Commit ece1f53

Browse files
committed
Remove unused import
1 parent 86d7795 commit ece1f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from crawlee import ConcurrencySettings
66
from crawlee.beautifulsoup_crawler import BeautifulSoupCrawler, BeautifulSoupCrawlingContext
77

8-
from apify import Actor, ProxyConfiguration
8+
from apify import Actor
99

1010
ProductDetails = dict[str, str]
1111

0 commit comments

Comments
 (0)