diff --git a/stubs/networkx/networkx/classes/graph.pyi b/stubs/networkx/networkx/classes/graph.pyi index 9edca89f48b5..156e88897339 100644 --- a/stubs/networkx/networkx/classes/graph.pyi +++ b/stubs/networkx/networkx/classes/graph.pyi @@ -39,6 +39,7 @@ class Graph(Collection[_Node]): adj: AdjacencyView[_Node, _Node, dict[str, Incomplete]] name: str + graph: dict[str, Any] def __getitem__(self, n: _Node) -> AtlasView[_Node, _Node, dict[str, Incomplete]]: ... def __iter__(self) -> Iterator[_Node]: ...