Skip to content

Commit 71fd18c

Browse files
pre-commit-ci[bot]kyteinsky
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5af907a commit 71fd18c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

context_chat_backend/dyn_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def load(self):
5656
return
5757

5858
proc = subprocess.Popen(
59-
['./main_em.py'], # noqa: S603
59+
['./main_em.py'],
6060
stdout=self.logfile,
6161
stderr=self.logfile,
6262
stdin=None,

0 commit comments

Comments
 (0)