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 20, 2024
1 parent 1632ba1 commit 99e5126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/4-developer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" )"
Expand Down Expand Up @@ -158,6 +158,7 @@
"source": [
"def init_process():\n",
" import subprocess\n",
"\n",
" return {\n",
" \"process\": subprocess.Popen(\n",
" [\"python\", \"count.py\"],\n",
Expand Down

0 comments on commit 99e5126

Please sign in to comment.