Skip to content

Commit ad3aacb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def skip_if_downloading_fails():
167167

168168
try:
169169
yield
170-
except DOWNLOAD_EXCEPTS as e: # noqa: B030
170+
except DOWNLOAD_EXCEPTS as e:
171171
raise unittest.SkipTest(f"Error while downloading: {e}") from e
172172
except ssl.SSLError as ssl_e:
173173
if "decryption failed" in str(ssl_e):

0 commit comments

Comments
 (0)