Skip to content

Commit 81fa335

Browse files
committed
LCORE-2755: Updated unit tests accordingly
1 parent 3e5e089 commit 81fa335

2 files changed

Lines changed: 2904 additions & 52 deletions

File tree

src/utils/models_dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Function to dump the schema of all data models into OpenAPI-compatible format."""
22

3-
import models.compaction as models_compaction
43
import models.api.requests as r
4+
import models.compaction as models_compaction
55
from utils.openapi_schema_dumper import dump_openapi_schema
66

77

0 commit comments

Comments
 (0)