Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent b111c4e commit a5e8b86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ def create_params(
if not is_aap_24 and module.params.get("event-streams"):
event_stream_ids = []
for item in module.params["event_streams"]:
event_stream_id = lookup_resource_id(module, controller, "event-streams", item)
event_stream_id = lookup_resource_id(
module, controller, "event-streams", item
)
if event_stream_id is not None:
event_stream_ids.append(event_stream_id)
if event_stream_ids is not None:
Expand Down

0 comments on commit a5e8b86

Please sign in to comment.