Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Abe Coull committed Nov 15, 2023
1 parent 77e91f9 commit 683405d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/braket/tasks/gate_model_quantum_task_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ def __eq__(self, other: GateModelQuantumTaskResult) -> bool:
return NotImplemented

def get_compiled_circuit(self) -> Optional[str]:
"""
Get the compiled circuit, if one is available.
"""Get the compiled circuit, if one is available.
Returns:
Optional[str]: The compiled circuit or None.
Expand Down

0 comments on commit 683405d

Please sign in to comment.