From 4a18b1b5a99cb7d6cb99171fb461189d7dd71758 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:01:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ammico/notebooks/DemoNotebook_ammico.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ammico/notebooks/DemoNotebook_ammico.ipynb b/ammico/notebooks/DemoNotebook_ammico.ipynb index f175bf6..c9578e2 100644 --- a/ammico/notebooks/DemoNotebook_ammico.ipynb +++ b/ammico/notebooks/DemoNotebook_ammico.ipynb @@ -969,8 +969,7 @@ "outputs": [], "source": [ "for key in image_dict.keys():\n", - " image_dict[key] = ammico.colors.ColorDetector(image_dict[key]).analyse_image()\n", - "\n" + " image_dict[key] = ammico.colors.ColorDetector(image_dict[key]).analyse_image()" ] }, {