diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:01:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:01:18 -0800 |
commit | 4fb748ccf8743099198daa00265bb38ea096044f (patch) | |
tree | 0b01dbdc9181ba66b0287a8ad50bd9bfc1a1c252 | |
parent | 9ae46dcbfaab42b450db410eecd8e7e94183f1b8 (diff) |
Remove apparently bogus docstring
-rw-r--r-- | paramiko/agent.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py index 302d31ec..13d90dbe 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -171,10 +171,6 @@ class AgentRemoteProxy(AgentProxyThread): self.__chan = chan def get_connection(self): - """ - Class to be used when wanting to ask a local SSH Agent being - asked from a remote fake agent (so use a unix socket for ex.) - """ return (self.__chan, None) |