home · contact · privacy
Remove irrelevant code line.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 7 Jun 2025 16:52:37 +0000 (18:52 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 7 Jun 2025 16:52:37 +0000 (18:52 +0200)
ircplom.py

index a7d6366c2642fcff5363dfae0952ec331881a0ee..b9934c2d7f18d8ad5580cc6c7afe71dd6e8a0895 100755 (executable)
@@ -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: