Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 84d6af5

Browse files
authored
Merge pull request #300 from cloudant/fix-pylint-import-error
Fix pylint import error in adapters.py
2 parents ed6991e + 1b1ff9e commit 84d6af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudant/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
from requests.adapters import HTTPAdapter
2020

21-
from requests.packages.urllib3.util import Retry
21+
from urllib3.util import Retry
2222

2323
class Replay429Adapter(HTTPAdapter):
2424
"""

0 commit comments

Comments
 (0)