fix: fixes codebunny suggestion
This commit is contained in:
parent
b83af5f63f
commit
2d5e74ced0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def create_cache_engine(
|
|||
|
||||
def get_cache_engine(
|
||||
lock_key: Optional[str] = None, log_key: Optional[str] = None
|
||||
) -> CacheDBInterface:
|
||||
) -> Optional[CacheDBInterface]:
|
||||
"""
|
||||
Returns a cache adapter instance using current context configuration.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue