Skip to content

Commit

Permalink
[pre-commit.ci] Fixing issues with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent 7e9a5bd commit a07895b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,12 @@
"\n",
"\n",
"print(\n",
" f'\\nScene number {scene_no} '\n",
" f\"\\nScene number {scene_no} \"\n",
" f'(ID {scene[\"scene\"]}) has room dimensions of {room[\"dimensions\"]}'\n",
")\n",
"\n",
"print(\n",
" f'\\nSimulated listeners for scene {scene_no} '\n",
" f\"\\nSimulated listeners for scene {scene_no} \"\n",
" f'have spatial attributes: \\n{room[\"listener\"]}'\n",
")\n",
"\n",
Expand Down

0 comments on commit a07895b

Please sign in to comment.