summaryrefslogtreecommitdiffhomepage
path: root/paramiko/agent.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-04-14 12:19:40 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-05 12:26:52 -0400
commit80556bdc9944df60eb0a06c3985bcf2dae1376e2 (patch)
tree1e922cea681f9305d58a4c59ae8663dd55e13730 /paramiko/agent.py
parent9a7ba15841f8986849a8694e9d1d7a7cd0cd6fd1 (diff)
Fix now-broken-on-py3 AgentKey.__str__, by deleting it
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r--paramiko/agent.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py
index 30ec1590..8aa8d9a3 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -428,9 +428,6 @@ class AgentKey(PKey):
def asbytes(self):
return self.blob
- def __str__(self):
- return self.asbytes()
-
def get_name(self):
return self.name