Skip to content

Commit cca00cc

Browse files
committed
.
1 parent c1ea881 commit cca00cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crawlee/crawlers/_basic/_basic_crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from crawlee._service_locator import ServiceLocator
3131
from crawlee._types import (
3232
BasicCrawlingContext,
33-
ConcurrencySettings,
3433
EnqueueLinksKwargs,
3534
GetKeyValueStoreFromRequestHandlerFunction,
3635
HttpHeaders,
@@ -76,6 +75,7 @@
7675
from contextlib import AbstractAsyncContextManager
7776

7877
from crawlee._types import (
78+
ConcurrencySettings,
7979
EnqueueLinksFunction,
8080
ExtractLinksFunction,
8181
GetDataKwargs,

0 commit comments

Comments
 (0)