diff --git a/notebooks/Slicer.ipynb b/notebooks/Slicer.ipynb index 8e386bd2..f8e19b8c 100644 --- a/notebooks/Slicer.ipynb +++ b/notebooks/Slicer.ipynb @@ -2134,7 +2134,7 @@ "metadata": {}, "outputs": [], "source": [ - "show_ast(Module(body=[make_get_data(\"x\")], type_ignores=[]))" + "show_ast(Module(body=[make_get_data(\"x\")], type_ignores=[])) # type: ignore" ] }, { @@ -3165,7 +3165,7 @@ " ctx=Load()),\n", " attr=func,\n", " ctx=Load()),\n", - " args=[node],\n", + " args=[node], # type: ignore\n", " keywords=keywords)\n", "\n", " def visit_Call(self, node: Call) -> Call:\n",