Skip to content

Commit 9026cf9

Browse files
committed
Fix ruff
1 parent 73100a7 commit 9026cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_scraper_checker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Monkeypatch os.link to make aiofiles work on Termux
88
if not hasattr(_os, "link"):
99

10-
def _link(*args: _Any, **kwargs: _Any) -> None:
10+
def _link(*args: _Any, **kwargs: _Any) -> None: # noqa: ARG001
1111
raise RuntimeError
1212

1313
_os.link = _link

0 commit comments

Comments
 (0)