Skip to content

Commit

Permalink
Revert format change
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-richey committed Oct 15, 2024
1 parent 0f9461b commit 05b2860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datadog_sync/utils/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_all_resources(self, resources_types: List[str]) -> Dict[Tuple[str, str],
Key is a tuple of resource_type and resource id.
"""
all_resources = {}

for resource_type in resources_types:
for _id, r in self._data.source[resource_type].items():
all_resources[(resource_type, _id)] = r
Expand Down

0 comments on commit 05b2860

Please sign in to comment.