Skip to content

Commit 9449527

Browse files
committed
Fix linter
1 parent e785df8 commit 9449527

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/python/unit/visualizer/test_visualizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Copyright (C) 2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
76
from pathlib import Path
87

98
import numpy as np
@@ -42,4 +41,3 @@ def test_anomaly_scene(mock_image: Image, tmpdir: Path):
4241

4342
assert isinstance(rendered_img_np, np.ndarray)
4443
assert rendered_img_np.shape == np.array(mock_image).shape
45-

0 commit comments

Comments
 (0)