From 5757c5190d95e5449f102ace83df92e7d3b06c6c Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sat, 5 Oct 2024 21:58:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Fix=20additional=20EOL=20at=20en?= =?UTF-8?q?d=20of=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docformatter/syntax.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docformatter/syntax.py b/src/docformatter/syntax.py index f375172..8981e87 100644 --- a/src/docformatter/syntax.py +++ b/src/docformatter/syntax.py @@ -975,4 +975,3 @@ def _field_over_url( if _value[1] < any_param_start: nonoverlapping_urls.append(_value) return nonoverlapping_urls -