Skip to content

Commit 5cfc808

Browse files
committed
refactor: make linter happy
1 parent 841de69 commit 5cfc808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/scrapy/extensions/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from scrapy.http.headers import Headers
1212
from scrapy.responsetypes import responsetypes
1313

14-
from .._async_thread import AsyncThread
1514
from apify import Configuration
1615
from apify.apify_storage_client import ApifyStorageClient
16+
from apify.scrapy._async_thread import AsyncThread
1717
from apify.storages import KeyValueStore
1818

1919
if TYPE_CHECKING:

0 commit comments

Comments
 (0)