Skip to content

Commit

Permalink
pylint: enable consider-using-from-import (#10337)
Browse files Browse the repository at this point in the history
  • Loading branch information
levbishop authored Jun 27, 2023
1 parent c693852 commit d976352
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ disable = [
"consider-using-dict-items",
"consider-using-enumerate",
"consider-using-f-string",
"consider-using-from-import",
"modified-iterating-list",
"nested-min-max",
"no-member",
Expand Down
2 changes: 1 addition & 1 deletion test/python/quantum_info/test_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
)

from qiskit.quantum_info.synthesis.ion_decompose import cnot_rxx_decompose
import qiskit.quantum_info.synthesis.qsd as qsd
from qiskit.quantum_info.synthesis import qsd
from qiskit.test import QiskitTestCase


Expand Down

0 comments on commit d976352

Please sign in to comment.