ruff check fix

This commit is contained in:
lda
2026-07-30 01:27:46 +07:00 Verified
parent a3a4fb9250
commit 981edd3cf5
42 changed files with 155 additions and 153 deletions
+1 -1
View File
@@ -24,8 +24,8 @@ __all__ = [
"AsyncRegistryHandler",
"ContextNodeCallable",
"InputT",
"NodeCallable",
"NoOutput",
"NodeCallable",
"NodeReturn",
"NodeSpec",
"Nothing",
+1 -1
View File
@@ -22,7 +22,7 @@ from .result import NodeReturn, Nothing
from .schema import schema_ref_for
def _default_outcome(spec: "NodeSpec[Any, Any]") -> str:
def _default_outcome(spec: NodeSpec[Any, Any]) -> str:
return spec.outcomes[0]