Skip to content

Commit

Permalink
Run black.
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarg committed Sep 26, 2024
1 parent 17f6f52 commit 0c30e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_ionq/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def operations(self):
return set(self._operation_map.keys())

def apply(self, operations, **kwargs):

"Implementation of QubitDevice abstract method apply."

self.reset()
Expand Down

0 comments on commit 0c30e00

Please sign in to comment.