Skip to content

Commit 2a10e35

Browse files
committed
Fixed issues
1 parent 2a77a14 commit 2a10e35

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/utils/schema_dumper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
"""Function to dump the configuration schema into OpenAPI-compatible format."""
22

33
import json
4-
from typing import Any
54

65
from pydantic.json_schema import models_json_schema
76

87
from models.config import Configuration
9-
108
from utils.json_schema_updater import recursive_update
119

1210

tests/unit/utils/test_json_schema_updater.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Unit tests for utils/json_schema_updater module."""
22

3-
from json import load
4-
from pathlib import Path
53
from typing import Any
64

75
from utils.json_schema_updater import recursive_update

tests/unit/utils/test_schema_dumper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from json import load
44
from pathlib import Path
5-
from typing import Any
65

76
from utils.schema_dumper import dump_schema
87

0 commit comments

Comments
 (0)