From 99e51260dc8a17f5a002426716c65a4c899f3b0b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:04:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- notebooks/4-developer.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/4-developer.ipynb b/notebooks/4-developer.ipynb index aa2427bb..83c14282 100644 --- a/notebooks/4-developer.ipynb +++ b/notebooks/4-developer.ipynb @@ -71,7 +71,7 @@ " command: list, universal_newlines: bool = True, shell: bool = False\n", "):\n", " import subprocess\n", - " \n", + "\n", " return subprocess.check_output(\n", " command, universal_newlines=universal_newlines, shell=shell\n", " )" @@ -158,6 +158,7 @@ "source": [ "def init_process():\n", " import subprocess\n", + "\n", " return {\n", " \"process\": subprocess.Popen(\n", " [\"python\", \"count.py\"],\n",