We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e089 commit 81fa335Copy full SHA for 81fa335
2 files changed
src/utils/models_dumper.py
@@ -1,7 +1,7 @@
1
"""Function to dump the schema of all data models into OpenAPI-compatible format."""
2
3
-import models.compaction as models_compaction
4
import models.api.requests as r
+import models.compaction as models_compaction
5
from utils.openapi_schema_dumper import dump_openapi_schema
6
7
0 commit comments