Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 5, 2023
1 parent d1b1cde commit 484965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/compiler/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def base_async_def(
no_async_def,
needs_vars={},
decorator=None,
**kwargs,
**kwargs # no comma; breaks on <=3.5
):
"""Build up a universal async function definition."""
target_info = get_target_info(target)
Expand Down

0 comments on commit 484965f

Please sign in to comment.