We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d10d40 commit 900fed7Copy full SHA for 900fed7
src/mock_vws/_requests_mock_server/decorators.py
@@ -142,6 +142,7 @@ def _wrap_callback(
142
def wrapped(
143
request: PreparedRequest,
144
) -> _ResponseType:
145
+ """Handle the response delay and timeout logic."""
146
# req_kwargs is added dynamically by the responses
147
# library onto PreparedRequest objects - it is not
148
# in the requests type stubs.
0 commit comments