From a8753823fdd7c7bedd9f9c6c17cdf0302cdb5cf1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:32:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_brukertiffimagingextactor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_brukertiffimagingextactor.py b/tests/test_brukertiffimagingextactor.py index fcb2f247..a12191de 100644 --- a/tests/test_brukertiffimagingextactor.py +++ b/tests/test_brukertiffimagingextactor.py @@ -194,7 +194,9 @@ def test_multiple_plane_stream_with_disjoint_plane_raises(self): BrukerTiffImagingExtractor(folder_path=self.folder_path, plane_separation_type="disjoint") def test_incorrect_stream_with_disjoint_plane_raises(self): - exc_msg = "The selected stream 'Ch2_000003' is not in the available plane_streams '['Ch2_000001', 'Ch2_000002']'!" + exc_msg = ( + "The selected stream 'Ch2_000003' is not in the available plane_streams '['Ch2_000001', 'Ch2_000002']'!" + ) with self.assertRaisesWith(ValueError, exc_msg=exc_msg): BrukerTiffImagingExtractor( folder_path=self.folder_path,