summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-03-03 12:32:19 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-03-03 12:32:19 -0500
commite465da57a07072ccc9500c85cac1e86dda52d19b (patch)
tree72f85d6fdffb9badda8b5a67da280070ea2a014a
parent888f18bd230a6bf69a35786403a8e972d3a18c58 (diff)
downloadparamiko-e465da57a07072ccc9500c85cac1e86dda52d19b.tar.gz
flake8 re #2193
-rw-r--r--paramiko/server.py4
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