diff --git a/handtype.ipynb b/handtype.ipynb index 0ea41f8..0eb2801 100644 --- a/handtype.ipynb +++ b/handtype.ipynb @@ -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",