Remove apparently bogus docstring

This commit is contained in:
Jeff Forcier 2014-02-24 17:01:18 -08:00
parent 9ae46dcbfa
commit 4fb748ccf8
1 changed files with 0 additions and 4 deletions

View File

@ -171,10 +171,6 @@ class AgentRemoteProxy(AgentProxyThread):
self.__chan = chan self.__chan = chan
def get_connection(self): 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) return (self.__chan, None)