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