Skip to content

Commit

Permalink
Ignore warning about function with many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Nov 9, 2023
1 parent 1d2ed4f commit 3d7988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openapi_server/apis/writing_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def judgment_uri_lock_delete(
summary="Update a judgment",
response_model_by_alias=True,
)
async def judgment_uri_patch(
async def judgment_uri_patch( # noqa: PLR0913
request: Request,
response: Response,
judgmentUri: DocumentURIString,
Expand Down

0 comments on commit 3d7988f

Please sign in to comment.