Skip to content

Commit eb83aaf

Browse files
authored
Apply suggestions from code review
1 parent ba73d2f commit eb83aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def add_callback(
967967
match_querystring: Union[bool, FalseBool] = FalseBool(),
968968
content_type: Optional[str] = "text/plain",
969969
match: "_MatcherIterable" = (),
970-
) -> None:
970+
) -> BaseResponse:
971971
return self._registry.add(
972972
CallbackResponse(
973973
url=url,

0 commit comments

Comments
 (0)