Skip to content

Commit 9f0c290

Browse files
pre-commit-ci[bot]chhayankjain
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 587a318 commit 9f0c290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/transforms/test_rand_simulate_low_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run_transform():
112112
if get_track_meta() != expected_track_meta:
113113
errors.append(RuntimeError("track_meta state changed in thread"))
114114
break
115-
except Exception as e: # noqa: BLE001
115+
except Exception as e:
116116
errors.append(e)
117117

118118
threads = [threading.Thread(target=run_transform) for _ in range(8)]

0 commit comments

Comments
 (0)