We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318410b commit e7871d7Copy full SHA for e7871d7
1 file changed
src/braket/program_sets/circuit_binding.py
@@ -40,8 +40,6 @@
40
41
@dataclass
42
class _ParsedOpenQASM:
43
- """Information obtained from a single pass over an OpenQASM string."""
44
-
45
lines: Sequence[str]
46
declarations_index: int
47
measure_index: int
0 commit comments