Skip to content

Conversation

@comp64
Copy link
Contributor

@comp64 comp64 commented Oct 29, 2025

A type hint for edges parameter in Graph constructor is wrong, as it has to be a List of Lists. The current List of Sets would fail on the attempts to subscript the Set members.
Providing a correct type - List of Lists - is also demonstrated in examples.

A type hint for edges parameter in Graph constructor was wrong, as it has to be a List of Lists. The current List of Sets would fail on the attempts to subscript the Set members.
@brean brean merged commit 4904e24 into brean:main Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants