X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fbc5136aa003d806c3af177de770bd58544fe463..4abc0399b527c50369c448e00d6e204af74026e5:/tests/data/preview/remove_await_parens.py diff --git a/tests/data/preview/remove_await_parens.py b/tests/data/preview/remove_await_parens.py index eb7dad3..571210a 100644 --- a/tests/data/preview/remove_await_parens.py +++ b/tests/data/preview/remove_await_parens.py @@ -80,6 +80,7 @@ async def main(): # output import asyncio + # Control example async def main(): await asyncio.sleep(1)