Skip to content

Commit

Permalink
style: Fix too-many-newlines-at-end-of-file (W391) (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jul 11, 2024
1 parent 92cf465 commit 6b38ffb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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
]
Expand Down
7 changes: 0 additions & 7 deletions raster/r.stats.zonal/graphics_for_description.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@
"!optipng -o7 {filename}\n",
"Image(filename)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 6b38ffb

Please sign in to comment.