Skip to content

Commit f53d61d

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent d8c69f2 commit f53d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: quantum/q1.py

+1-1
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)