From a07895b380796fc1586652e04a3f9310bf40e75e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:25:35 +0000 Subject: [PATCH] [pre-commit.ci] Fixing issues with pre-commit --- .../01_Installing_clarity_tools_and_using_metadata.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/01_Installing_clarity_tools_and_using_metadata.ipynb b/notebooks/01_Installing_clarity_tools_and_using_metadata.ipynb index a8a55cbe..1a344586 100644 --- a/notebooks/01_Installing_clarity_tools_and_using_metadata.ipynb +++ b/notebooks/01_Installing_clarity_tools_and_using_metadata.ipynb @@ -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",