From 295b96c539154a1d83666341c016b3c6f3cf81c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 11:05:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/cameras/test_realsense.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cameras/test_realsense.py b/tests/cameras/test_realsense.py index bb6ad667..dd9f5c0a 100644 --- a/tests/cameras/test_realsense.py +++ b/tests/cameras/test_realsense.py @@ -40,6 +40,7 @@ BAG_FILE_PATH = os.path.join(TEST_ARTIFACTS_DIR, "test_rs.bag") # NOTE(Steven): Takes 20sec, the patch being the biggest bottleneck # NOTE(Steven): more tests + assertions? + def mock_rs_config_enable_device_from_file(rs_config_instance, sn): return rs_config_instance.enable_device_from_file(BAG_FILE_PATH, repeat_playback=True)