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 1919 QaaSJobClientData ,
2020 QaaSJobData ,
2121 QaaSJobRunData ,
22+ QaaSNoiseModelData ,
23+ QaaSNoiseModelSerializationFormat ,
2224)
2325from .quantum_as_a_service_api_client .models import (
2426 ScalewayQaasV1Alpha1Application as QaaSApplication ,
Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ class QaaSJobData:
7272 client : QaaSJobClientData
7373 backend : QaaSJobBackendData
7474 run : QaaSJobRunData
75- noise_model : Optional [QaaSNoiseModelData ]
75+ noise_model : Optional [QaaSNoiseModelData ] = None
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = "scaleway_qaas_client" ,
25- version = "0.1.21 " ,
25+ version = "0.1.22 " ,
2626 project_urls = {
2727 "Documentation" : "https://www.scaleway.com/en/quantum-as-a-service/" ,
2828 "Source" : "https://github.com/scaleway/scaleway-qaas-client-pythom" ,
You can’t perform that action at this time.
0 commit comments