From a22c9befe0eca34ed694e227818fe2cd971ba9b4 Mon Sep 17 00:00:00 2001 From: Max Gamill Date: Wed, 11 Dec 2024 18:44:04 +0000 Subject: [PATCH] add typehint to caplog --- tests/tracing/test_disordered_tracing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tracing/test_disordered_tracing.py b/tests/tracing/test_disordered_tracing.py index a48dcae18d..9c4c3a257b 100644 --- a/tests/tracing/test_disordered_tracing.py +++ b/tests/tracing/test_disordered_tracing.py @@ -1932,7 +1932,7 @@ def test_calculate_dna_width(smoothed_mask: npt.NDArray, pruned_skeleton: npt.ND ], ) def test_smooth_mask( - caplog, + caplog: pytest.LogCaptureFixture, disordered_trace: disordered_tracing.disorderedTrace, dilation_iteration: int | None, gaussian_sigma: float | int | None,