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 7a2c3fa commit 240d116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def create_properties(
prefix: str,
custom_properties: Dict[str, str],
resource_name: str,
json_properties: list[str],
json_properties: List[str],
) -> None:
for item in data.items():
key = item[0]
Expand Down

0 comments on commit 240d116

Please sign in to comment.