Skip to content

Commit 89d7f37

Browse files
[README] Make "Validate Retry" code snippet complete (#701)
It was missing the `urllib3.util.Retry` import.
1 parent 6950c9e commit 89d7f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ If you are using the ``Retry`` features of ``urllib3`` and want to cover scenari
12321232
12331233
import responses
12341234
from responses import registries
1235+
from urllib3.util import Retry
12351236
12361237
12371238
@responses.activate(registry=registries.OrderedRegistry)

0 commit comments

Comments
 (0)