Skip to content

Commit

Permalink
noqa comment lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caique-rd committed Oct 28, 2023
1 parent eac5018 commit 3a026eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handtype.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"# Install the 'Pillow' library for image processing\n",
"!pip install Pillow\n",
"\n",
"# In environments like Jupyter Notebooks, it's sometimes necessary to \n",
"# run \"!pip install Pillow\" before imports to ensure the library is \n",
"# In environments like Jupyter Notebooks, it's sometimes necessary to\n",
"# run \"!pip install Pillow\" before imports to ensure the library is\n",
"# present. This may cause a lint warning due to unconventional ordering.\n",
"# However, this is a trade-off for functionality in such environments.\n",
"# If the library is pre-installed, the typical import order (per PEP8)\n",
Expand Down

0 comments on commit 3a026eb

Please sign in to comment.