Skip to content

Commit 1d0f614

Browse files
committed
.
1 parent 6c850fc commit 1d0f614

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

httpx/_transports/mock.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ async def handle_async_request(
4848
return response
4949

5050
def _apply_elapsed(self, response):
51-
#- If the handler already set `response._elapsed`, it is preserved.
52-
#- If a delay was provided to MockTransport, `.elapsed` is set to that duration.
53-
#- If no delay is provided, `.elapsed` is explicitly set to None.
51+
# If the handler already set `response._elapsed`, it is preserved.
52+
# If a delay was provided to MockTransport, `.elapsed` is set to that duration.
53+
# If no delay is provided, `.elapsed` is explicitly set to None.
5454
if hasattr(response, "_elapsed"):
5555
return
5656

0 commit comments

Comments
 (0)