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
+16 -16
View File
@@ -71,17 +71,13 @@ from .wrapper_hints import (
__all__ = [
"AUTH_ID_PATTERN",
"DEFAULT_CALL_STEP_ID",
"AuthRecord",
"AuthStore",
"CapabilityStepUpdate",
"builtin_sources",
"get_qualified_spec",
"matches_query",
"paged_list_payload",
"qualify_spec",
"DEFAULT_ERROR_OUTCOME",
"DEFAULT_ERROR_STEP_ID",
"DEFAULT_OK_OUTCOME",
"RUNTIME_ERROR_CAPABILITY",
"AuthRecord",
"AuthStore",
"CapabilityStepUpdate",
"MissingDecision",
"MissingDecisionKind",
"NextActionPatchExample",
@@ -89,10 +85,10 @@ __all__ = [
"NextActions",
"OutcomeCandidate",
"OutcomeCandidateKind",
"RUNTIME_ERROR_CAPABILITY",
"RawWorkflowPlan",
"RouteSource",
"RuntimeDependencies",
"SourceResourceRef",
"TraceRange",
"WorkflowAdminApi",
"WorkflowAdminAuthProvider",
@@ -112,10 +108,9 @@ __all__ = [
"WorkflowEventRecorder",
"WorkflowLiveSourceChecker",
"WorkflowOperationContext",
"WorkflowRuntimeRunner",
"WorkflowRunApi",
"WorkflowRunSurface",
"SourceResourceRef",
"WorkflowRuntimeRunner",
"WorkflowSourceAdminApi",
"WorkflowSourceAdminSurface",
"WorkflowSourceRegistryApi",
@@ -124,17 +119,22 @@ __all__ = [
"WorkflowSourceRegistryProvider",
"WorkflowSourceRegistrySurface",
"WorkflowSpecProvider",
"WorkflowStores",
"WorkflowSurfaceCapabilityId",
"WrapperAuthoringHints",
"WrapperHintConfidence",
"WrapperOutcomePolicy",
"builtin_sources",
"durable_workflow_api",
"file_workflow_stores",
"get_qualified_spec",
"matches_query",
"paged_list_payload",
"parse_workflow_surface_capability_id",
"qualify_spec",
"require_workflow_stores",
"resolve_runtime_dependencies",
"validate_auth_id",
"workflow_output_schema_for_authoring",
"wrapper_hints_for_capability",
"resolve_runtime_dependencies",
"WorkflowStores",
"file_workflow_stores",
"durable_workflow_api",
"require_workflow_stores",
]