Skip to content

Commit

Permalink
fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed Jan 13, 2025
1 parent ac27fd8 commit 6d6d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/qref_interop/_bloq_to_qref.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _extract_symbols_from_port_sizes(ports: list[PortV1]) -> list[str]:
return [str(symbol) for symbol in symbols]


def _wrap_in_repetition(routine: RoutineV1, count: int | str) -> RoutineV1:
def _wrap_in_repetition(routine: RoutineV1, count: Union[int, str]) -> RoutineV1:
"""Returns a routine with a repetition containing a single child.
The repetition used is a constant sequence with count specified by input parameter.
"""
Expand Down

0 comments on commit 6d6d92a

Please sign in to comment.