Skip to content

Commit

Permalink
post-merge lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Nov 17, 2023
1 parent 9282b8d commit 42a8b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/experimental/autoqasm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main(
return bound_convert_main(func)


def subroutine(func: Optional[Callable] = None) -> Callable[..., aq_program.Program]:
def subroutine(func: Optional[Callable] = None) -> Callable[..., aq_program.Program]:
"""Decorator that converts a function into a callable that will insert a subroutine into
the quantum program.
Expand Down

0 comments on commit 42a8b18

Please sign in to comment.