Hopefully fixed a circular import
All checks were successful
Analysis / SonarCloud (push) Successful in 47s

This commit is contained in:
Profitroll 2025-02-16 16:58:56 +01:00
parent 554b522400
commit 6d56d9d0f9
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
3 changed files with 1 additions and 1 deletions

1
src/libbot/cache/manager/__init__.py vendored Normal file
View File

@ -0,0 +1 @@
from .manager import create_cache_client

View File

@ -1 +0,0 @@
from .manager import create_cache_client