Skip to content

Commit

Permalink
Fix networkx stub; location of subgraph_view, etc. (python#11385)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar authored Feb 9, 2024
1 parent 15cdc20 commit 9d90eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/networkx/networkx/classes/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ from . import coreviews as coreviews, filters as filters, graphviews as graphvie
from .digraph import DiGraph as DiGraph
from .function import *
from .graph import Graph as Graph
from .graphviews import reverse_view as reverse_view, subgraph_view as subgraph_view
from .multidigraph import MultiDiGraph as MultiDiGraph
from .multigraph import MultiGraph as MultiGraph

0 comments on commit 9d90eeb

Please sign in to comment.