diff --git a/test/completion/async_.py b/test/completion/async_.py index fa59ed3c..86c5d71a 100644 --- a/test/completion/async_.py +++ b/test/completion/async_.py @@ -26,11 +26,6 @@ async def y(): x().__await__().__next return 2 -async def x2(): - async with open('asdf') as f: - #? ['readlines'] - f.readlines - class A(): @staticmethod async def b(c=1, d=2):