diff --git a/graphify/skill-trae.md b/graphify/skill-trae.md index fdbb3ebd2..af3063a6d 100644 --- a/graphify/skill-trae.md +++ b/graphify/skill-trae.md @@ -823,7 +823,7 @@ G = json_graph.node_link_graph(data, edges='links') detection = {'total_files': 0, 'total_words': 99999, 'needs_graph': True, 'warning': None, 'files': {'code': [], 'document': [], 'paper': []}} -tokens = {'input': 0, 'output':': 0} +tokens = {'input': 0, 'output': 0} communities = cluster(G) cohesion = score_all(G, communities)