Skip to content

Commit b1e7cee

Browse files
committed
Type update
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent d8a7c24 commit b1e7cee

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 = (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)