Skip to content

Commit

Permalink
docs: Cleanup whitespace in backoff code samples (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 28, 2022
1 parent f254a0d commit 4762cfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/code_samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,8 @@ def backoff_wait_generator() -> Callable[..., Generator[int, Any, None]]:
return int(response_headers.get("Retry-After", 0))
return self.backoff_runtime(value=_backoff_from_headers)
```


## Additional Resources

More links, resources, and example solutions are available from community
Expand Down

0 comments on commit 4762cfd

Please sign in to comment.