Skip to content

Commit 75ecb6f

Browse files
Fix test case
1 parent 8fffbf8 commit 75ecb6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/check-flags.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def f(): # E: Function is missing a return type annotation \
5959
# N: Use "-> None" if function does not return a value
6060
pass
6161
[builtins fixtures/async_await.pyi]
62-
[typing fixtures/typing-medium.pyi]
62+
[typing fixtures/typing-async.pyi]
6363

6464
[case testAsyncUnannotatedArgument]
6565
# flags: --disallow-untyped-defs

0 commit comments

Comments
 (0)