Fixed py imports issue, I guess ?

This commit is contained in:
2025-12-14 16:56:30 +01:00
parent b4c2a4eef5
commit 65fa743cf8
8 changed files with 26 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
# flake8: noqa
# import apis into api package
from board_mate_client.api.default_api import DefaultApi
from openapi_client.api.default_api import DefaultApi