Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 284e4a0 commit 7e79b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context_chat_backend/dyn_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def load(self):
return

proc = subprocess.Popen(
['./main_em.py'], # noqa: S603
['./main_em.py'],
stdout=self.logfile,
stderr=self.logfile,
stdin=None,
Expand Down

0 comments on commit 7e79b59

Please sign in to comment.