Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Jan 14, 2025
1 parent 10f0e92 commit 6217a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guppy_examples/planqc_1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from guppylang import guppy, quantum, qubit
from guppylang.std.angles import angle, angles
from guppylang.std.quantum import h, measure, rz
from guppylang.std.builtins import result
from guppylang.std.quantum import h, measure, rz

guppy.load(quantum)
guppy.load(angles)
Expand Down

0 comments on commit 6217a53

Please sign in to comment.