Skip to content

Commit

Permalink
Add comments to GroupNodeAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever committed Aug 26, 2024
1 parent 87890d3 commit b55316a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/package/src/model_explorer/graph_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ class GraphNodeConfig:
pinToGroupTop: bool = False


# From group's namespace to its attribuets (key-value pairs).
#
# Use empty group namespace for the graph-level attributes (i.e. shown in
# side panel when no node is selected).
GroupNodeAttributes = Dict[str, Dict[str, str]]


Expand Down

0 comments on commit b55316a

Please sign in to comment.