diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-03-03 12:32:19 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-03-03 12:32:19 -0500 |
commit | e465da57a07072ccc9500c85cac1e86dda52d19b (patch) | |
tree | 72f85d6fdffb9badda8b5a67da280070ea2a014a | |
parent | 888f18bd230a6bf69a35786403a8e972d3a18c58 (diff) |
flake8 re #2193
-rw-r--r-- | paramiko/server.py | 4 |
1 files 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 |