Skip to content

Commit

Permalink
scripts/publish.py: replace toposort dependency with python std graph…
Browse files Browse the repository at this point in the history
…lib module

Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html

We don't need a third party dependency in scripts/publish.py.

Closes #2965
  • Loading branch information
epilys authored and ptitSeb committed Oct 20, 2022
1 parent 2af75b7 commit fcf169a
Showing 1 changed file with 284 additions and 157 deletions.
Loading

0 comments on commit fcf169a

Please sign in to comment.