Skip to content

Commit 9645a81

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 937a516 commit 9645a81

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
@@ -109,7 +109,7 @@ def run_transform():
109109
try:
110110
for _ in range(50):
111111
tfm(img)
112-
except Exception as e: # noqa: BLE001
112+
except Exception as e:
113113
errors.append(e)
114114
if get_track_meta() != expected_track_meta:
115115
errors.append(RuntimeError("track_meta state changed in thread"))

0 commit comments

Comments
 (0)