Skip to content

Commit

Permalink
Apply latest ruff version to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 15, 2024
1 parent 4e0e819 commit fd9530b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutorial/westeros/westeros_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@
"rep.add(\"A\", 1)\n",
"rep.add(\"B\", 2)\n",
"\n",
"\n",
"# Add one node and two edges\n",
"def add(*inputs):\n",
" return sum(inputs)\n",
"\n",
"\n",
"rep.add(\"C\", add, \"A\", \"B\")"
]
},
Expand Down Expand Up @@ -284,6 +286,7 @@
"def ratio(a, b):\n",
" return a / b\n",
"\n",
"\n",
"# Add your code here:"
]
},
Expand Down

0 comments on commit fd9530b

Please sign in to comment.