Skip to content

Use dict instead of OrderedDict

Alex Henrie requested to merge alex.henrie/graph-tool:dict into master

Since Python 3.6, all dicts are ordered.

Merge request reports