From 028a2e047b8bbf8196a7e2ebbe76d7411e613be7 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Mon, 29 Jun 2026 15:07:16 +0200 Subject: [PATCH] fix(test): style check --- tests/utils/test_visualization_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/test_visualization_utils.py b/tests/utils/test_visualization_utils.py index d1c1642a6..f62a697cd 100644 --- a/tests/utils/test_visualization_utils.py +++ b/tests/utils/test_visualization_utils.py @@ -48,7 +48,7 @@ def mock_rerun(monkeypatch): def compress(self, *a, **k): return self - + class DummyDepthImage: def __init__(self, arr, colormap=None): self.arr = arr