Skip to content

Commit 8d907b9

Browse files
adamtheturtleclaude
andcommitted
Remove unnecessary string annotations for runtime imports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 844d38e commit 8d907b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mock_vws/_requests_mock_server/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def _wrap_callback(
140140
"""Wrap a callback to add a response delay."""
141141

142142
def wrapped(
143-
request: "PreparedRequest",
144-
) -> "_ResponseType":
143+
request: PreparedRequest,
144+
) -> _ResponseType:
145145
# req_kwargs is added dynamically by the responses
146146
# library onto PreparedRequest objects - it is not
147147
# in the requests type stubs.

0 commit comments

Comments
 (0)