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

Commit 1b1ff9e

Browse files
committed
Fix pylint import error in adapters.py
1 parent ed6991e commit 1b1ff9e

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)