Skip to content

Commit 1c5b075

Browse files
committed
this time for surer
1 parent d9c3699 commit 1c5b075

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

h11/tests/test_io.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@ def _run_reader(*args: Any) -> List[Event]:
348348
return normalize_data_events(events)
349349

350350

351-
def t_body_reader(
352-
thunk: Any, data: bytes, expected: Any, do_eof: bool = False
353-
) -> None:
351+
def t_body_reader(thunk: Any, data: bytes, expected: Any, do_eof: bool = False) -> None:
354352
# Simple: consume whole thing
355353
print("Test 1")
356354
buf = makebuf(data)

0 commit comments

Comments
 (0)