8000 Merge networkx from python-type-stubs by Avasam · Pull Request #14038 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Merge networkx from python-type-stubs #14038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Discard changes to stubs/networkx/networkx/drawing/nx_agraph.pyi
  • Loading branch information
Avasam authored May 14, 2025
commit 72cf2c91df7acf9910d688778f71ee4d6b9ee141
1 change: 0 additions & 1 deletion stubs/networkx/networkx/drawing/nx_agraph.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ from typing_extensions import TypeAlias
from networkx.classes.graph import Graph, _Node
from networkx.utils.backends import _dispatchable

__all__ = ["from_agraph", "to_agraph", "write_dot", "read_dot", "graphviz_layout", "pygraphviz_layout", "view_pygraphviz"]
# from pygraphviz.agraph import AGraph as _AGraph
_AGraph: TypeAlias = Incomplete

Expand Down
0