Skip to content

Commit

Permalink
Remove noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Jul 25, 2024
1 parent dbb2db8 commit 21e79dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def _map_resources_by_id(self, submission_data: Json) -> dict[str, dict[str, Jso

return resources_by_id

def __init__( # noqa: PLR0913
def __init__(
self,
*,
model: CachedMetadataModel,
Expand Down

0 comments on commit 21e79dd

Please sign in to comment.