Skip to content

Commit 0d03380

Browse files
committed
chore: run ruff some more
1 parent 93dffc4 commit 0d03380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def wrapper(func: Callable) -> Callable:
4343
return wrapper
4444

4545

46-
def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
46+
def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
4747
"""Decorator for renaming symbols in documentation.
4848
4949
This changes the rendered name of the symbol only in the rendered web documentation.

0 commit comments

Comments
 (0)