Skip to content

Commit

Permalink
More fixes for static type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Aug 27, 2024
1 parent 98d19bf commit cddbdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Slicer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cddbdc7

Please sign in to comment.