Closed nramirezuy closed 8 years ago
Where each red line represents a stop.
Current:
async def function(): ------------ async with foo: ------------ pass
With this patch:
async def function(): ------------ async with foo: pass
Where each red line represents a stop.
Current:
With this patch: