File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
scaleway_qaas_client/v1alpha1 Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
QaaSJobClientData ,
20
20
QaaSJobData ,
21
21
QaaSJobRunData ,
22
+ QaaSNoiseModelData ,
23
+ QaaSNoiseModelSerializationFormat ,
22
24
)
23
25
from .quantum_as_a_service_api_client .models import (
24
26
ScalewayQaasV1Alpha1Application as QaaSApplication ,
Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ class QaaSJobData:
72
72
client : QaaSJobClientData
73
73
backend : QaaSJobBackendData
74
74
run : QaaSJobRunData
75
- noise_model : Optional [QaaSNoiseModelData ]
75
+ noise_model : Optional [QaaSNoiseModelData ] = None
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = "scaleway_qaas_client" ,
25
- version = "0.1.21 " ,
25
+ version = "0.1.22 " ,
26
26
project_urls = {
27
27
"Documentation" : "https://www.scaleway.com/en/quantum-as-a-service/" ,
28
28
"Source" : "https://github.com/scaleway/scaleway-qaas-client-pythom" ,
You can’t perform that action at this time.
0 commit comments