jamielennox / requests-mock

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

fix(mocker.pyi): fix Mocker class type hints #251

Closed pavellos21 closed 9 months ago

pavellos21 commented 9 months ago

Hello there! Found minor issue with typing of Mocker class. So, here is my silly fix for it. Thank you for review in advance!

jamielennox commented 9 months ago

Makes sense - thank you for submitting it!