summaryrefslogtreecommitdiffstats
path: root/Lib/test/badsyntax_async1.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/badsyntax_async1.py')
-rw-r--r--Lib/test/badsyntax_async1.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/test/badsyntax_async1.py b/Lib/test/badsyntax_async1.py
index 970445d..fb85e29 100644
--- a/Lib/test/badsyntax_async1.py
+++ b/Lib/test/badsyntax_async1.py
@@ -1,3 +1,2 @@
-async def foo():
- def foo(a=await something()):
- pass
+async def foo(a=await something()):
+ pass