Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cenh-halfspace committed Dec 3, 2024
1 parent 0fcf520 commit 1d4f708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def virtual_environment() -> Generator:
subprocess.call(
"source .settlement-report-pytest/bin/activate",
shell=True,
executable="/bin/bash"
executable="/bin/bash",
)

yield None
Expand Down

0 comments on commit 1d4f708

Please sign in to comment.