Skip to content

Commit

Permalink
chore(typing): Try MonkeyType on modules in responses codebase (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbro authored Jan 6, 2023
1 parent 1570b1a commit 3b3ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def __init__(
passthru_prefixes: Tuple[str, ...] = (),
target: str = "requests.adapters.HTTPAdapter.send",
registry: Type[FirstMatchRegistry] = FirstMatchRegistry,
):
) -> None:
self._calls: CallList = CallList()
self.reset()
self._registry: FirstMatchRegistry = registry() # call only after reset
Expand Down

0 comments on commit 3b3ded7

Please sign in to comment.