Skip to content

Commit

Permalink
Add back the HTTPHeaderDict import from 1.25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 11, 2020
1 parent ddb8c96 commit d2e3d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/urllib3/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class BrokenPipeError(Exception):
pass


from ._collections import HTTPHeaderDict # noqa (historical, removed in v2)
from ._version import __version__
from .exceptions import (
ConnectTimeoutError,
Expand Down

0 comments on commit d2e3d03

Please sign in to comment.