Skip to content
Snippets Groups Projects
Commit 72a94d4b authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Add script source.

parent c9c0e3c7
Branches
Tags
2 merge requests!13Refactor merge develop to master,!12Refactor
......@@ -88,6 +88,7 @@ def _dfs(graph, start, end):
def restore_collapse_edges(tree_tokens):
# https://gist.github.com/hankcs/776e7d95c19e5ff5da8469fe4e9ab050
empty_tokens = []
for token in tree_tokens:
deps = token["deps"].split("|")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment