Skip to content

Commit

Permalink
Change urllib3 import to a top-level import and explicitly add urllib…
Browse files Browse the repository at this point in the history
  • Loading branch information
JAK0723 committed Dec 31, 2022
1 parent bb32ef5 commit 0128fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
progressbar2
iso8601
urllib3
2 changes: 1 addition & 1 deletion tcd/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from progressbar import ProgressBar
from requests import Session
from requests.adapters import HTTPAdapter
from requests.packages.urllib3 import Retry
from urllib3 import Retry

from .settings import settings

Expand Down

0 comments on commit 0128fef

Please sign in to comment.