Skip to content

Commit

Permalink
Formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmataKPN committed Jul 16, 2024
1 parent 6963078 commit 9b2d0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def create_properties(
custom_properties: Dict[str, str],
resource_name: str,
json_properties: list[str],
) -> None:
) -> List[str]:
for item in data.items():
key = item[0]
transformed_key = f"{prefix}_{key}"
Expand Down

0 comments on commit 9b2d0cb

Please sign in to comment.