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 d7a73d8 commit a6b1bbcCopy full SHA for a6b1bbc
clients/python/src/osparc/__init__.py
@@ -6,5 +6,6 @@
6
from .models import * # noqa: F403
7
from .api import * # noqa: F403
8
9
+from ._info import openapi as openapi
10
11
nest_asyncio.apply() # allow to run coroutines via asyncio.run(coro)
clients/python/src/osparc/models.py
@@ -53,7 +53,6 @@
53
from osparc_client.models.pricing_unit_get import PricingUnitGet as PricingUnitGet
54
from osparc_client.models.profile import Profile as Profile
55
from osparc_client.models.profile_update import ProfileUpdate as ProfileUpdate
56
-from osparc_client.models.running_state import RunningState as RunningState
57
from osparc_client.models.service_pricing_plan_get import (
58
ServicePricingPlanGet as ServicePricingPlanGet,
59
)
0 commit comments