Skip to content

Commit 6afa48d

Browse files
github-actionsgithub-actions
authored andcommitted
fixup! Format Python code with psf/black push
1 parent e0bb0bd commit 6afa48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum/q1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
# Use Aer's qasm_simulator
12-
simulator = q.Aer.get_backend('qasm_simulator')
12+
simulator = q.Aer.get_backend("qasm_simulator")
1313

1414
# Create a Quantum Circuit acting on the q register
1515
circuit = q.QuantumCircuit(1, 1)

0 commit comments

Comments
 (0)