Skip to content

Commit

Permalink
dealt with yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jan 13, 2025
1 parent 7a019da commit 3439cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUp(self):
@staticmethod
def _m_credsweeper(args) -> Tuple[str, str]:
with subprocess.Popen(
[sys.executable, "-m", "credsweeper", *args], #
args=[sys.executable, "-m", "credsweeper", *args], #
cwd=APP_PATH.parent, #
stdout=subprocess.PIPE, #
stderr=subprocess.PIPE) as proc:
Expand Down

0 comments on commit 3439cc0

Please sign in to comment.