Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# mypy: allow-untyped-defs
import asyncio
import pytest
@pytest.mark.asyncio
async def test_sleep():
await asyncio.sleep(0)