scripts/publish.py
: replace toposort
dependency with python std graphlib
module
#2965
Labels
🎉 enhancement
New feature!
🍋 Low-hanging Fruit
priority-low
Low priority issue
🔨 refactor
Refactor work
Milestone
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
.The text was updated successfully, but these errors were encountered: