jamielennox / requests-mock

Mocked responses for the requests library
https://requests-mock.readthedocs.io
Apache License 2.0
450 stars 71 forks source link

Type hint for _RequestHistoryTracker.reset method #259

Closed lhelwerd closed 7 months ago

lhelwerd commented 7 months ago

This avoids mypy errors in typed code that follows the last example at https://requests-mock.readthedocs.io/en/latest/history.html#reset-history

jamielennox commented 7 months ago

thank you.

I keep having things like this, now that we don't support python2 any more i should merge the type hints because we keep missing little things like this.