Skip to content

Commit 0919688

Browse files
committed
Fix import path for MeasurementResult
1 parent ca2d8c7 commit 0919688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/pyqrack/reg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import TYPE_CHECKING
33
from dataclasses import dataclass
44

5-
from bloqade.types import MeasurementResult
65
from bloqade.qasm2.types import Qubit
6+
from bloqade.squin.types import MeasurementResult
77

88
if TYPE_CHECKING:
99
from pyqrack import QrackSimulator

0 commit comments

Comments
 (0)