Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Rossi <[email protected]>
  • Loading branch information
BrunoLiegiBastonLiegi and marcorossi5 authored Dec 3, 2024
1 parent 30d794f commit 5071afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibo_client/qibo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run_circuit(
circuit: qibo.Circuit,
device: str,
nshots: T.Optional[int] = None,
verbatim: T.Optional[bool] = False,
verbatim: bool = False,
) -> T.Optional[
T.Union[
qibo.result.QuantumState,
Expand Down Expand Up @@ -112,7 +112,7 @@ def _post_circuit(
circuit: qibo.Circuit,
device: str,
nshots: T.Optional[int] = None,
verbatim: T.Optional[bool] = False,
verbatim: bool = False,
) -> QiboJob:
url = self.base_url + "/api/run_circuit/"

Expand Down

0 comments on commit 5071afd

Please sign in to comment.