From: Christian Heller Date: Sun, 28 Sep 2025 17:10:09 +0000 (+0200) Subject: Remove dead code. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=c9861d9caca1cfbdd5e7c656e7f50d284ea65b83;p=ircplom Remove dead code. --- diff --git a/src/ircplom/testing.py b/src/ircplom/testing.py index 5b32e58..831bbbf 100644 --- a/src/ircplom/testing.py +++ b/src/ircplom/testing.py @@ -183,7 +183,6 @@ class TestingClientTui(ClientTui): 'Collects keypresses via TestTerminal and test file, compares log results.' _client_cls = _TestClientKnowingTui _clients: list[_TestClientKnowingTui] - _path_config: Optional[Path] = None _path_logs = None _path_test: Path