fix: fixes codebunny suggestion

This commit is contained in:
hajdul88 2026-01-15 16:01:21 +01:00
parent b83af5f63f
commit 2d5e74ced0

View file

@ -65,7 +65,7 @@ def create_cache_engine(
def get_cache_engine( def get_cache_engine(
lock_key: Optional[str] = None, log_key: Optional[str] = None lock_key: Optional[str] = None, log_key: Optional[str] = None
) -> CacheDBInterface: ) -> Optional[CacheDBInterface]:
""" """
Returns a cache adapter instance using current context configuration. Returns a cache adapter instance using current context configuration.
""" """