Skip to content

Commit

Permalink
Type hint for _RequestHistoryTracker.reset method
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelwerd authored and jamielennox committed Apr 18, 2024
1 parent c42ab56 commit 9742d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requests_mock/adapter.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class _RequestHistoryTracker:
def called_once(self) -> bool: ...
@property
def call_count(self) -> int: ...
def reset(self) -> None: ...

class _RunRealHTTP(Exception): ...

Expand Down

0 comments on commit 9742d02

Please sign in to comment.