Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
omriyoffe-panw committed Oct 22, 2024
1 parent da472ad commit 6e796f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/arm/graph_builder/graph_to_tf_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def convert_graph_vertices_to_tf_definitions(
vertices: list[ArmBlock], root_folder: str | Path | None
) -> tuple[dict[Path, Any], dict[str, dict[str, Any]]]:
# TODO
return ({},{})
return ({}, {})

0 comments on commit 6e796f6

Please sign in to comment.