Skip to content

Commit

Permalink
[README] Make "Validate Retry" code snippet complete (#701)
Browse files Browse the repository at this point in the history
It was missing the `urllib3.util.Retry` import.
  • Loading branch information
Priyansh121096 authored Jan 10, 2024
1 parent 6950c9e commit 89d7f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ If you are using the ``Retry`` features of ``urllib3`` and want to cover scenari
import responses
from responses import registries
from urllib3.util import Retry
@responses.activate(registry=registries.OrderedRegistry)
Expand Down

0 comments on commit 89d7f37

Please sign in to comment.