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 841de69 commit 5cfc808Copy full SHA for 5cfc808
src/apify/scrapy/extensions/cache.py
@@ -11,9 +11,9 @@
11
from scrapy.http.headers import Headers
12
from scrapy.responsetypes import responsetypes
13
14
-from .._async_thread import AsyncThread
15
from apify import Configuration
16
from apify.apify_storage_client import ApifyStorageClient
+from apify.scrapy._async_thread import AsyncThread
17
from apify.storages import KeyValueStore
18
19
if TYPE_CHECKING:
0 commit comments