From 291e9a3aee9d230b11ecbd49e2e49fac8f88400c Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Thu, 30 Oct 2025 17:10:21 +0800 Subject: [PATCH] fix: ruff --- api/core/workflow/nodes/trigger_plugin/entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/workflow/nodes/trigger_plugin/entities.py b/api/core/workflow/nodes/trigger_plugin/entities.py index a21b2e534b..6c53acee4f 100644 --- a/api/core/workflow/nodes/trigger_plugin/entities.py +++ b/api/core/workflow/nodes/trigger_plugin/entities.py @@ -1,5 +1,5 @@ from collections.abc import Mapping -from typing import Any, Literal, Optional, Union +from typing import Any, Literal, Union from pydantic import BaseModel, Field, ValidationInfo, field_validator