Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Sep 16, 2024
1 parent 17d9529 commit 9478ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_cirq/cirq_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import functools
import operator

import cirq
import numpy as np
import cirq
import pennylane as qml
from pennylane.devices import QubitDevice
from pennylane.operation import Tensor
Expand Down

0 comments on commit 9478ba9

Please sign in to comment.