Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Dec 17, 2024
1 parent 7c4cc23 commit 37b594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/primitives/primitive_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _submit(self):
executor.shutdown(wait=False)

def _prepare_dump(self):
"""This method allows PrimitiveJob to be serialized"""
"""This method allows PrimitiveJob to be serialized"""
_ = self.result()
_ = self.status()
self._future = None
Expand Down

0 comments on commit 37b594e

Please sign in to comment.