We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49ea5 commit 49c59d9Copy full SHA for 49c59d9
tldextract/suffix_list.py
@@ -9,7 +9,7 @@
9
from typing import cast
10
11
import requests
12
-from requests_file import FileAdapter # type: ignore[import-untyped]
+from requests_file import FileAdapter
13
14
from .cache import DiskCache
15
tox.ini
@@ -19,7 +19,4 @@ extras = testing
19
[testenv:typecheck]
20
basepython = python3.9
21
commands = mypy --show-error-codes scripts tldextract tests
22
-deps =
23
- # Exclude 3.0 due to type error. Await fix in https://codeberg.org/dashea/requests-file/pulls/43
24
- requests-file>=1.4,<3.0
25
extras = testing
0 commit comments