ref: Some ruff fixes from preview (#5420)
* Some ruff fixes from preview * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
3454ede5a5
commit
e91bcc2520
79 changed files with 402 additions and 374 deletions
|
|
@ -28,7 +28,7 @@ async def test_initialize_services():
|
|||
|
||||
|
||||
@pytest.mark.benchmark
|
||||
async def test_setup_llm_caching():
|
||||
def test_setup_llm_caching():
|
||||
"""Benchmark LLM caching setup."""
|
||||
from langflow.interface.utils import setup_llm_caching
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue