Skip to content

Commit

Permalink
Add type hints to connection modules
Browse files Browse the repository at this point in the history
  • Loading branch information
franekmagiera committed Apr 12, 2021
1 parent 2ef05ad commit 287052a
Show file tree
Hide file tree
Showing 9 changed files with 254 additions and 120 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Expand Up @@ -9,13 +9,15 @@
# ignored.
TYPED_FILES = {
"src/urllib3/contrib/__init__.py",
"src/urllib3/connection.py",
"src/urllib3/exceptions.py",
"src/urllib3/_collections.py",
"src/urllib3/fields.py",
"src/urllib3/filepost.py",
"src/urllib3/packages/__init__.py",
"src/urllib3/packages/ssl_match_hostname/__init__.py",
"src/urllib3/packages/ssl_match_hostname/_implementation.py",
"src/urllib3/util/connection.py",
"src/urllib3/util/queue.py",
"src/urllib3/util/response.py",
"src/urllib3/util/url.py",
Expand Down

0 comments on commit 287052a

Please sign in to comment.