Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 10, 2024
1 parent 136c476 commit 9f57938
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions qiskit/transpiler/passes/optimization/drop_negligible.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import math

import numpy as np

from qiskit.circuit.library import (
CPhaseGate,
PhaseGate,
Expand Down
1 change: 0 additions & 1 deletion test/python/transpiler/test_drop_negligible.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import numpy as np

from qiskit import QuantumCircuit, QuantumRegister
from qiskit.circuit import Parameter, QuantumCircuit, QuantumRegister
from qiskit.circuit.library import (
CPhaseGate,
Expand Down

0 comments on commit 9f57938

Please sign in to comment.