Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-bish committed Oct 25, 2023
1 parent d219554 commit db1aaa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/module_utils/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ def list(
custom_filters = self.module.params.get("custom_filter")

if custom_filters:
entities_list = self._filter_entities(resp[self.entity_type], custom_filters)
entities_list = self._filter_entities(
resp[self.entity_type], custom_filters
)
entities_count = len(entities_list)

resp[self.entity_type] = entities_list
Expand Down

0 comments on commit db1aaa2

Please sign in to comment.