Skip to content

Commit

Permalink
* Lint for 3.11 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 4, 2024
1 parent 96487fc commit 61ce235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qopt_best_practices/swap_strategies/build_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def apply_swap_strategy(
)
return pm_pre.run(circuit)


def apply_qaoa_layers( # pylint: disable=too-many-arguments,too-many-locals
# pylint: disable=too-many-arguments,too-many-locals,too-many-positional-arguments
def apply_qaoa_layers(
cost_layer: QuantumCircuit,
meas_map: dict,
num_layers: int,
Expand Down

0 comments on commit 61ce235

Please sign in to comment.