Skip to content

Commit

Permalink
pete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa-Kosto-QTM committed Oct 13, 2023
1 parent 2798c38 commit 4d533d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/phir/machine_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__( # noqa: PLR0913
"""
self.size = size
self.tq_options = tq_options
self.sq_options = set()
self.sq_options: set[int] = set()
self.tq_time = tq_time
self.sq_time = sq_time
self.qb_swap_time = qb_swap_time
Expand Down

0 comments on commit 4d533d7

Please sign in to comment.