We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_http_cache
1 parent 169e552 commit 8bcbc1cCopy full SHA for 8bcbc1c
2 files changed
cataloguer/__init__.py
@@ -414,7 +414,7 @@ async def _make_http_client(token: str):
414
from aiohttp_client_cache import CacheBackend
415
from aiohttp_client_cache.session import CachedSession
416
417
- from _http_cache import make_cache
+ from ._http_cache import make_cache
418
419
async with AsyncExitStack() as exit_stack:
420
cache_backend = CacheBackend(
_http_cache.py cataloguer/_http_cache.py_http_cache.py renamed to cataloguer/_http_cache.py
0 commit comments