This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new b0386f71 Remove empty test method added by accident
b0386f71 is described below

commit b0386f713622588aebd4f0873d965a524a5fd36d
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Mar 2 15:52:36 2026 +0000

    Remove empty test method added by accident
---
 atr/ssh.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/atr/ssh.py b/atr/ssh.py
index 80bad1d4..b7aa4be3 100644
--- a/atr/ssh.py
+++ b/atr/ssh.py
@@ -194,14 +194,10 @@ async def server_start() -> asyncssh.SSHAcceptor:
         server_instance = connection.get_owner()
         return asyncio.create_task(_step_01_handle_client(process, 
server_instance))
 
-    def error_handler(*args, **kwargs) -> None:
-        pass
-
     server = await asyncssh.create_server(
         SSHServer,
         server_host_keys=[key_path],
         process_factory=process_factory,
-        error_handler=error_handler,
         host=_CONFIG.SSH_HOST,
         port=_CONFIG.SSH_PORT,
         encoding=None,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to