Skip to content

Commit 86f6f30

Browse files
authored
Remove keys. (#606)
1 parent a71993c commit 86f6f30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pytket/extensions/quantinuum/backends/quantinuum.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,15 +1769,7 @@ def _parse_status(response: dict) -> CircuitStatus:
17691769
"error",
17701770
"last-shot",
17711771
"qubits",
1772-
"batch-id",
1773-
"count",
1774-
"group",
1775-
"machine",
1776-
"org",
17771772
"priority",
1778-
"status",
1779-
"user",
1780-
"id",
17811773
)
17821774
}
17831775
message = json.dumps(msgdict)

0 commit comments

Comments
 (0)