Skip to content

Commit

Permalink
change: Fix style in BasePass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ltnln committed Aug 2, 2024
1 parent e3ca8a5 commit baccbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/passes/base_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run(self, program: ProgramType) -> ProgramType:
program (ProgramType): The program to run the pass on.
Returns:
ProgramType: The program after the pass has been applied. Same type as the input
ProgramType: The program after the pass has been applied. Same type as the input
program.
Raises:
Expand Down

0 comments on commit baccbb1

Please sign in to comment.