Skip to content

Commit

Permalink
Update qiskit_ibm_runtime/fake_provider/local_runtime_job.py
Browse files Browse the repository at this point in the history
Co-authored-by: Takashi Imamichi <[email protected]>
  • Loading branch information
kt474 and t-imamichi authored Dec 16, 2024
1 parent 5462ddd commit 00501b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/fake_provider/local_runtime_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def backend(self) -> FakeBackendV2:
"""Return the backend where this job was executed."""
return self._backend

def useage(self) -> float:
def usage(self) -> float:
"""Return job usage in seconds."""
return 0

Expand Down

0 comments on commit 00501b0

Please sign in to comment.