fix: delete some dead code using vulture (#20999)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2025-06-16 12:07:41 +08:00
committed by GitHub
parent 366ddb05ae
commit 909259da37
5 changed files with 0 additions and 24 deletions

View File

@@ -39,10 +39,6 @@ from core.variables.variables import (
from core.workflow.constants import CONVERSATION_VARIABLE_NODE_ID, ENVIRONMENT_VARIABLE_NODE_ID
class InvalidSelectorError(ValueError):
pass
class UnsupportedSegmentTypeError(Exception):
pass