Skip to content

Commit

Permalink
handle cyclic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed Dec 25, 2023
1 parent dc316df commit 4381198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/synthesis/aqc/approximate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from typing import Optional, SupportsFloat
import numpy as np

from qiskit import QuantumCircuit
from qiskit.circuit.quantumcircuit import QuantumCircuit


class ApproximateCircuit(QuantumCircuit, ABC):
Expand Down

0 comments on commit 4381198

Please sign in to comment.