Skip to content

Commit 163545e

Browse files
committed
Ignore lint error
1 parent 48a97d3 commit 163545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def anyio_backend():
2222
return "asyncio"
2323

2424

25-
async def test_application(tmp_path, anyio_backend):
25+
async def test_application(tmp_path, anyio_backend): # noqa: ARG001
2626
src_dir = tmp_path / "docs"
2727
out_dir = tmp_path / "build"
2828
shutil.copytree(ROOT / "docs", tmp_path / "docs")

0 commit comments

Comments
 (0)