From e465da57a07072ccc9500c85cac1e86dda52d19b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 3 Mar 2023 12:32:19 -0500 Subject: flake8 re #2193 --- paramiko/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paramiko/server.py b/paramiko/server.py index db819a83..6b0bb0f6 100644 --- a/paramiko/server.py +++ b/paramiko/server.py @@ -518,8 +518,8 @@ class ServerInterface: :param .Channel channel: the `.Channel` the request arrived on :return: ``True`` if the AgentForward was loaded; ``False`` if not - If ``True`` is returned, the server should create an :class:`AgentServerProxy` - to access the agent. + If ``True`` is returned, the server should create an + :class:`AgentServerProxy` to access the agent. """ return False -- cgit v1.2.1