summary refs log tree commit diff
path: root/tests/http/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/test_client.py')
-rw-r--r--tests/http/test_client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/http/test_client.py b/tests/http/test_client.py

index f2abec190b..ac6470ebbd 100644 --- a/tests/http/test_client.py +++ b/tests/http/test_client.py
@@ -207,7 +207,9 @@ class ReadMultipartResponseTests(TestCase): class ReadBodyWithMaxSizeTests(TestCase): - def _build_response(self, length: Union[int, str] = UNKNOWN_LENGTH) -> Tuple[ + def _build_response( + self, length: Union[int, str] = UNKNOWN_LENGTH + ) -> Tuple[ BytesIO, "Deferred[int]", _DiscardBodyWithMaxSizeProtocol,