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
|
|
@ -11,7 +11,7 @@ from langflow.schema.data import Data
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
async def test_component_tool():
|
||||
def test_component_tool():
|
||||
calculator_component = CalculatorToolComponent()
|
||||
component_toolkit = ComponentToolkit(component=calculator_component)
|
||||
component_tool = component_toolkit.get_tools()[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue