Skip to content

Commit 16e552e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f08469 commit 16e552e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def skip_if_downloading_fails():
180180
err_str = str(rt_e)
181181
if any(k in err_str for k in DOWNLOAD_FAIL_MSGS):
182182
raise unittest.SkipTest(f"Error while downloading: {rt_e}") from rt_e # incomplete download
183-
183+
184184
raise rt_e
185185
except ValueError as v_e:
186186
if "hash check" in str(v_e):

0 commit comments

Comments
 (0)