From a1f9db6175b126c04905637cb7adb5209f1007ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:39:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- context_chat_backend/dyn_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context_chat_backend/dyn_loader.py b/context_chat_backend/dyn_loader.py index 27b523b..08e6f6c 100644 --- a/context_chat_backend/dyn_loader.py +++ b/context_chat_backend/dyn_loader.py @@ -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,