Skip to content

Commit

Permalink
Update create_dependency_mapping.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed Jan 8, 2025
1 parent 6bc67f9 commit 471e8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/create_dependency_mapping.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ast
from collections import defaultdict


# Function to perform topological sorting
def topological_sort(dependencies: dict):
# Nodes are the name of the models to convert (we only add those to the graph)
Expand Down

0 comments on commit 471e8c1

Please sign in to comment.