Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion exordos_core/boot_api/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def get_openapi_engine():
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
),
paths=openapi_structures.OpenApiPaths(),
components=openapi_structures.OpenApiComponents(),
)
return openapi_engine

Expand Down
1 change: 0 additions & 1 deletion exordos_core/orch_api/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def get_openapi_engine():
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
),
paths=openapi_structures.OpenApiPaths(),
components=openapi_structures.OpenApiComponents(),
)
return openapi_engine

Expand Down
1 change: 0 additions & 1 deletion exordos_core/status_api/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def get_openapi_engine():
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
),
paths=openapi_structures.OpenApiPaths(),
components=openapi_structures.OpenApiComponents(),
)
return openapi_engine

Expand Down
2 changes: 1 addition & 1 deletion exordos_core/tests/unit/compute/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import uuid as sys_uuid
from unittest.mock import patch
import uuid as sys_uuid

from gcl_sdk.agents.universal.dm import models as ua_models
from gcl_sdk.infra.dm import models as infra_models
Expand Down
1 change: 0 additions & 1 deletion exordos_core/user_api/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def get_openapi_engine():
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
),
paths=openapi_structures.OpenApiPaths(),
components=openapi_structures.OpenApiComponents(),
)
return openapi_engine

Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.