Skip to content

Commit

Permalink
Remove unused numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 15, 2022
1 parent e1b42b0 commit 7ba9700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/transpiler/passes/routing/sabre_swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import logging
from copy import copy, deepcopy

import numpy as np
import retworkx

from qiskit.circuit.library.standard_gates import SwapGate
Expand Down

0 comments on commit 7ba9700

Please sign in to comment.