ruff check fix
This commit is contained in:
@@ -10,8 +10,8 @@ from .spec import load_openapi_document, load_openapi_operations
|
||||
__all__ = [
|
||||
"OPENAPI_OUTCOMES",
|
||||
"OpenApiExecutionConfig",
|
||||
"OpenApiOperationOutput",
|
||||
"OpenApiOperation",
|
||||
"OpenApiOperationOutput",
|
||||
"build_openapi_capability_source",
|
||||
"call_openapi_operation",
|
||||
"load_openapi_document",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
from dataclasses import dataclass, field
|
||||
from typing import Any, Mapping
|
||||
from typing import Any
|
||||
from urllib.parse import quote
|
||||
|
||||
from .models import OpenApiOperation
|
||||
|
||||
Reference in New Issue
Block a user