Skip to content

Commit 8bcbc1c

Browse files
committed
Mv _http_cache module
1 parent 169e552 commit 8bcbc1c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cataloguer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ async def _make_http_client(token: str):
414414
from aiohttp_client_cache import CacheBackend
415415
from aiohttp_client_cache.session import CachedSession
416416

417-
from _http_cache import make_cache
417+
from ._http_cache import make_cache
418418

419419
async with AsyncExitStack() as exit_stack:
420420
cache_backend = CacheBackend(

0 commit comments

Comments
 (0)