From f370041e7a1ca0a326b4ffadc2c5d475a12bdedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:44:25 +0000 Subject: [PATCH] style: Fix too-many-newlines-at-end-of-file (W391) --- pyproject.toml | 1 - raster/r.stats.zonal/graphics_for_description.ipynb | 7 ------- 2 files changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bce17922b2..66fc5af6b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -313,7 +313,6 @@ ignore = [ "UP032", # f-string "UP034", # extraneous-parentheses "UP036", # outdated-version-block - "W391", # too-many-newlines-at-end-of-file "W605", # invalid-escape-sequence "YTT204", # sys-version-info-minor-cmp-int ] diff --git a/raster/r.stats.zonal/graphics_for_description.ipynb b/raster/r.stats.zonal/graphics_for_description.ipynb index 38b0f4c2a1a..b61d77d3c82 100644 --- a/raster/r.stats.zonal/graphics_for_description.ipynb +++ b/raster/r.stats.zonal/graphics_for_description.ipynb @@ -77,13 +77,6 @@ "!optipng -o7 {filename}\n", "Image(filename)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {