Skip to content

Commit 52a2fcd

Browse files
committed
Removed flake8_nb directive from notebook.
The notebook repository does not use flake8_nb for linting, so removed the noqa directive which is identified as a spelling mistake by our spellchecker.
1 parent 6a6eb88 commit 52a2fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/01_Image_Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"# Setup to enable running the notebook in the Google Colab environment\n",
2626
"\n",
2727
"try:\n",
28-
" import google.colab # noqa: F401\n",
28+
" import google.colab\n",
2929
" import pathlib\n",
3030
"\n",
3131
" repo_dir = pathlib.Path(\"SimpleITK-Notebooks\")\n",

0 commit comments

Comments
 (0)