Skip to content

Commit 62ab4e1

Browse files
committed
replace misleading import
1 parent 422c65e commit 62ab4e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/shared.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
from git import InvalidGitRepositoryError, NoSuchPathError, Repo
1010
from pandas import PeriodIndex
1111
from requests import Session
12-
from requests.adapters import HTTPAdapter, Retry
12+
from requests.adapters import HTTPAdapter
13+
from urllib3.util import Retry
1314

1415
# Constants
1516
STATUS_FORCELIST = [

0 commit comments

Comments
 (0)