ruff fix
This commit is contained in:
parent
a5c1a2630d
commit
40acb6e4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ def mock_cache_config():
|
||||||
mock_config.agentic_lock_expire = 240
|
mock_config.agentic_lock_expire = 240
|
||||||
mock_config.agentic_lock_timeout = 300
|
mock_config.agentic_lock_timeout = 300
|
||||||
mock.return_value = mock_config
|
mock.return_value = mock_config
|
||||||
yield mock_config
|
yield mock_config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue