Skip to content

Commit

Permalink
fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekforit committed Jan 12, 2024
1 parent e10463b commit 0469e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ def get_ioarules(rule_ids: list[str]) -> dict:
return http_request(
'GET',
'/ioarules/entities/rules/v1',
params = params,
params=params,
)


Expand Down

0 comments on commit 0469e31

Please sign in to comment.