Skip to content

Commit a6b1bbc

Browse files
committed
minor changes
1 parent d7a73d8 commit a6b1bbc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

clients/python/src/osparc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
from .models import * # noqa: F403
77
from .api import * # noqa: F403
88

9+
from ._info import openapi as openapi
910

1011
nest_asyncio.apply() # allow to run coroutines via asyncio.run(coro)

clients/python/src/osparc/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
from osparc_client.models.pricing_unit_get import PricingUnitGet as PricingUnitGet
5454
from osparc_client.models.profile import Profile as Profile
5555
from osparc_client.models.profile_update import ProfileUpdate as ProfileUpdate
56-
from osparc_client.models.running_state import RunningState as RunningState
5756
from osparc_client.models.service_pricing_plan_get import (
5857
ServicePricingPlanGet as ServicePricingPlanGet,
5958
)

0 commit comments

Comments
 (0)