Skip to content

Commit

Permalink
chore: fix builder return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Jan 5, 2024
1 parent 322e977 commit 95765f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/python/qcs_sdk/qpu/api.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class ApiExecutionOptionsBuilder:
@bypass_settings_protection.setter
def bypass_settings_protection(self, bypass_settings_protection: bool):
"""Whether or not to force managed settings to change, if applicable. Subject to additional authorization requirements."""
def build(self) -> ExecutionOptions:
def build(self) -> ApiExecutionOptions:
"""Build the ``ApiExecutionOptions`` using the options set in this builder."""

@final
Expand Down

0 comments on commit 95765f0

Please sign in to comment.