From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 7 Jun 2025 16:52:37 +0000 (+0200)
Subject: Remove irrelevant code line.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/do_tasks?a=commitdiff_plain;h=db4e8d1746a16418360f7029e7bb1eebc127768b;p=ircplom

Remove irrelevant code line.
---

diff --git a/ircplom.py b/ircplom.py
index a7d6366..b9934c2 100755
--- a/ircplom.py
+++ b/ircplom.py
@@ -577,7 +577,6 @@ class LogWidget(ScrollableWidget):
 
 class Window(Widget):
     'Collects a log and a prompt meant for the same content stream.'
-    _idx: int
     _y_status: int
 
     def __init__(self, idx: int, term: Terminal) -> None: