We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1090259 commit 5c44af7Copy full SHA for 5c44af7
1 file changed
qiskit/transpiler/passes/analysis/num_tensor_factors.py
@@ -11,6 +11,7 @@
11
# that they have been altered from the originals.
12
13
"""Calculate the number of tensor factors of a DAG circuit."""
14
+
15
from typing import TYPE_CHECKING
16
17
if TYPE_CHECKING:
0 commit comments