Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 11, 2024
1 parent 3aa7970 commit d36e5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/scripts/generate_normalize_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ def create_gjgf(result: UnmergedNormalizationService) -> dict:
{k["target"] for k in graph["graph"]["edges"]}
)
new_nodes = {
key: value for key, value in graph["graph"]["nodes"].items() if key in included_nodes
key: value
for key, value in graph["graph"]["nodes"].items()
if key in included_nodes
}
graph["graph"]["nodes"] = new_nodes

Expand Down

0 comments on commit d36e5df

Please sign in to comment.