Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# check if async/await keywords are supported
async def foo():
await 1
print("async")