Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gistbatch committed Mar 20, 2024
1 parent 6b921ff commit 723c093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from src.circuits import generate_subcircuit
from src.common import IBMQBackend, CombinedJob
from src.resource_estimation import estimate_runtime, estimate_noise
from src.tools import generate_subcircuit, optimize_circuit_online
from src.tools import optimize_circuit_online


class Accelerator:
Expand Down

0 comments on commit 723c093

Please sign in to comment.