ruff check fix
This commit is contained in:
@@ -24,8 +24,8 @@ __all__ = [
|
||||
"AsyncRegistryHandler",
|
||||
"ContextNodeCallable",
|
||||
"InputT",
|
||||
"NodeCallable",
|
||||
"NoOutput",
|
||||
"NodeCallable",
|
||||
"NodeReturn",
|
||||
"NodeSpec",
|
||||
"Nothing",
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user