Skip to content

Commit

Permalink
chore(sankey): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Nov 18, 2023
1 parent aaf8746 commit faddce2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"outputs": [],
"source": [
"import plotly.graph_objects as go\n",
"import pandas as pd\n",
"\n",
"# Extract all unique nodes (parent and child recipes)\n",
"all_nodes = list(set(recipe_counts[\"parentRecipe\"]).union(set(recipe_counts[\"recipe\"])))\n",
Expand Down

0 comments on commit faddce2

Please sign in to comment.