We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ea881 commit cca00ccCopy full SHA for cca00cc
1 file changed
src/crawlee/crawlers/_basic/_basic_crawler.py
@@ -30,7 +30,6 @@
30
from crawlee._service_locator import ServiceLocator
31
from crawlee._types import (
32
BasicCrawlingContext,
33
- ConcurrencySettings,
34
EnqueueLinksKwargs,
35
GetKeyValueStoreFromRequestHandlerFunction,
36
HttpHeaders,
@@ -76,6 +75,7 @@
76
75
from contextlib import AbstractAsyncContextManager
77
78
+ ConcurrencySettings,
79
EnqueueLinksFunction,
80
ExtractLinksFunction,
81
GetDataKwargs,
0 commit comments