Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvandeth committed Aug 26, 2024
1 parent 693f7e6 commit 290da62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qiskit_qec/circuits/css_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ def _get_code_properties(self):
stabilizers = [[], []]
logicals = [[], []]

for (raw_ops, ops,) in zip(
for (
raw_ops,
ops,
) in zip(
[raw_gauges, raw_stabilizers, raw_logicals],
[gauges, stabilizers, logicals],
):
Expand Down

0 comments on commit 290da62

Please sign in to comment.