refactor: move mcp auth record ownership
This commit is contained in:
@@ -6,8 +6,11 @@ from pathlib import Path
|
||||
import httpx
|
||||
|
||||
from wf_authoring import NodeReturn
|
||||
from wf_openapi.executor import OpenApiExecutionConfig, call_openapi_operation
|
||||
from wf_openapi.executor import OpenApiOperationOutput
|
||||
from wf_openapi.executor import (
|
||||
OpenApiExecutionConfig,
|
||||
OpenApiOperationOutput,
|
||||
call_openapi_operation,
|
||||
)
|
||||
from wf_openapi.spec import load_openapi_operations
|
||||
from wf_openapi.validation import load_openapi_app
|
||||
|
||||
|
||||
@@ -5,9 +5,8 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from wf_openapi.spec import load_openapi_operations
|
||||
from wf_openapi.schemas import input_schema_for_operation, output_schema_for_operation
|
||||
|
||||
from wf_openapi.spec import load_openapi_operations
|
||||
|
||||
FIXTURE = Path(__file__).parent / "fixtures" / "petstore_minimal.openapi.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user