Skip to content

Commit 549c4d1

Browse files
committed
feat(client): fix import
1 parent e706ce5 commit 549c4d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scaleway_qaas_client/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
from .quantum_as_a_service_api_client.models import (
2828
ScalewayQaasV1Alpha1JobStatus as QaaSJobStatus,
2929
)
30+
from .quantum_as_a_service_api_client.models import (
31+
ScalewayQaasV1Alpha1JobResult as QaaSJobResult,
32+
)
3033
from .quantum_as_a_service_api_client.models import (
3134
ScalewayQaasV1Alpha1Session as QaaSSession,
3235
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="scaleway_qaas_client",
25-
version="0.1.2",
25+
version="0.1.3",
2626
project_urls={
2727
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
2828
"Source": "https://github.com/scaleway/scaleway-qaas-client-pythom",

0 commit comments

Comments
 (0)