home · contact · privacy
Remove dead code.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 28 Sep 2025 17:10:09 +0000 (19:10 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 28 Sep 2025 17:10:09 +0000 (19:10 +0200)
src/ircplom/testing.py

index 5b32e58c1fc21c7bbcf460c0e9deaee32e812c52..831bbbfc903eae7c054b274670a5f233593e94e5 100644 (file)
@@ -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