Skip to content

Commit 41ca172

Browse files
committed
Fix missing newline at EOF
1 parent e4ce495 commit 41ca172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typing/dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
async def _async3() -> None:
5656
var1 = await provider6() # type: ignore
5757
var2 = await provider6.async_()
58-
assert_type(var2, Dict[Any, Any])
58+
assert_type(var2, Dict[Any, Any])

0 commit comments

Comments
 (0)