We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a77a14 commit 2a10e35Copy full SHA for 2a10e35
3 files changed
src/utils/schema_dumper.py
@@ -1,12 +1,10 @@
1
"""Function to dump the configuration schema into OpenAPI-compatible format."""
2
3
import json
4
-from typing import Any
5
6
from pydantic.json_schema import models_json_schema
7
8
from models.config import Configuration
9
-
10
from utils.json_schema_updater import recursive_update
11
12
tests/unit/utils/test_json_schema_updater.py
@@ -1,7 +1,5 @@
"""Unit tests for utils/json_schema_updater module."""
-from json import load
-from pathlib import Path
from typing import Any
tests/unit/utils/test_schema_dumper.py
@@ -2,7 +2,6 @@
from json import load
from pathlib import Path
from utils.schema_dumper import dump_schema
0 commit comments