From c9861d9caca1cfbdd5e7c656e7f50d284ea65b83 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 28 Sep 2025 19:10:09 +0200 Subject: [PATCH] Remove dead code. --- src/ircplom/testing.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2