Skip to content

Commit 33c7650

Browse files
committed
Added ruff ignore for PLR0912.
1 parent 942a80b commit 33c7650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_deps/swagger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def dummy(_var: annotation.annotation) -> None: # type: ignore
100100
)
101101

102102

103-
def _add_route_def( # noqa: C901
103+
def _add_route_def( # noqa: C901, PLR0912
104104
openapi_schema: Dict[str, Any],
105105
route: web.ResourceRoute,
106106
method: str,

0 commit comments

Comments
 (0)