Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a4683c

Browse filesBrowse files
committed
Soothe mypy
1 parent 9c9567f commit 5a4683c
Copy full SHA for 5a4683c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎h11/tests/test_io.py

Copy file name to clipboardExpand all lines: h11/tests/test_io.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def _run_reader(*args: Any) -> List[Event]:
348348
return normalize_data_events(events)
349349

350350

351-
def t_body_reader(thunk: Any, data: bytes, expected: list, do_eof: bool = False) -> None:
351+
def t_body_reader(thunk: Any, data: bytes, expected: list[Any], do_eof: bool = False) -> None:
352352
# Simple: consume whole thing
353353
print("Test 1")
354354
buf = makebuf(data)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.