Skip to content

Commit

Permalink
fix(mocker.pyi): fix Mocker class type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
pavellos21 authored and jamielennox committed Feb 4, 2024
1 parent 946a008 commit 2c1ccf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requests_mock/mocker.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class Mocker(MockerCore):

def __init__(
self,
*,
kw: str = ...,
case_sensitive: bool = ...,
adapter: Any = ...,
Expand Down

0 comments on commit 2c1ccf1

Please sign in to comment.