willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

fix Retry import #111

Closed willkg closed 8 months ago

willkg commented 9 months ago

We should change where we import Retry from. Change this:

https://github.com/willkg/crashstats-tools/blob/c6062cf73be0ef72ae6d3e342b5586de37ec714d/src/crashstats_tools/utils.py#L17

to this:

from requests.adapters import HTTPAdapter, Retry