Skip to content

Commit 900fed7

Browse files
adamtheturtleclaude
andcommitted
Add missing docstring to wrapped function
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d10d40 commit 900fed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mock_vws/_requests_mock_server/decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def _wrap_callback(
142142
def wrapped(
143143
request: PreparedRequest,
144144
) -> _ResponseType:
145+
"""Handle the response delay and timeout logic."""
145146
# req_kwargs is added dynamically by the responses
146147
# library onto PreparedRequest objects - it is not
147148
# in the requests type stubs.

0 commit comments

Comments
 (0)