Skip to content

Commit 1527539

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent b614891 commit 1527539

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
@@ -65,7 +65,7 @@
6565

6666
MODULE_PATH = Path(__file__).resolve().parents[1]
6767

68-
DOWNLOAD_EXCEPTS: tuple[type,...] = (ContentTooShortError, HTTPError, ConnectionError)
68+
DOWNLOAD_EXCEPTS: tuple[type, ...] = (ContentTooShortError, HTTPError, ConnectionError)
6969
if has_req:
7070
DOWNLOAD_EXCEPTS += (http_error,)
7171
if has_gdown:

0 commit comments

Comments
 (0)