From 57375d1d74c971fb4aabbe911e8b25f18465e648 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
 <31488909+miss-islington@users.noreply.github.com>
Date: Wed, 20 Jul 2022 15:03:35 -0700
Subject: [PATCH] gh-90654: Remove unneeded blank line (GH-95044) (#95047)

(cherry picked from commit bd390ef825c5f2ad86e0966173a6bcaca85a56f2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
---
 Lib/idlelib/NEWS.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 086b2060766..05308a0b114 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -29,7 +29,6 @@ What's New in IDLE 3.10.0
 Released on 2021-10-04
 =========================
 
-
 bpo-45193: Make completion boxes appear on Ubuntu again.
 
 bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11
-- 
GitLab