Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jun 8, 2024
1 parent 5b8860f commit e614bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqpu/backends/qiskit/dqpujob.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, backend, job_id, options, circuit):
self._results = None

def submit(self):
pass
raise NotImplementedError

def _wait_for_result(self, timeout=None, wait=5):
start_time = time.time()
Expand Down

0 comments on commit e614bd3

Please sign in to comment.