Skip to content

Commit d889189

Browse files
committed
no lint exception
1 parent d255d09 commit d889189

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

qiskit/circuit/gate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ def control(
134134
QiskitError: unrecognized mode or invalid ctrl_state
135135
"""
136136
if not annotated: # captures both None and False
137-
# pylint: disable=cyclic-import
138-
139137
cgate = Gate._control(
140138
self, num_ctrl_qubits=num_ctrl_qubits, label=label, ctrl_state=ctrl_state
141139
)

0 commit comments

Comments
 (0)