Skip to content

Commit f5eec0e

Browse files
committed
Remove stale type ignore from notebook task test
1 parent cac27fe commit f5eec0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_jupyter/test_task_generator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"):\n",
3838
" for path in paths:\n",
3939
"\n",
40-
" @task # type: ignore[arg-type]\n",
40+
" @task\n",
4141
" def task_copy(\n",
4242
" path: Path = path,\n",
4343
" ) -> Annotated[str, path.with_name(path.stem + \"-copy.txt\")]:\n",

0 commit comments

Comments
 (0)