Skip to content

Commit

Permalink
Fixed HTTPHeaderDict issue when trying to use the last urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
halencarjunior committed Sep 11, 2023
1 parent 0156592 commit df4b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/http/providers/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Development Team: Brain Storm Team
"""

from urllib3 import HTTPHeaderDict
from urllib3._collections import HTTPHeaderDict

from .accept import AcceptHeaderProvider
from .cache import CacheControlProvider
Expand Down

0 comments on commit df4b84e

Please sign in to comment.