summaryrefslogtreecommitdiff
path: root/paramiko/pkey.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-08-28 21:26:27 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-08-28 21:26:27 -0700
commitb7d5df29431d95dc11f4393ba366521b091dad0c (patch)
tree9f7c6c1cbd209188f68ef0d526d3b3c4a35e68f8 /paramiko/pkey.py
parent59f9a64239b5e4be7b6a067cb63fa4a5420121fe (diff)
downloadparamiko-b7d5df29431d95dc11f4393ba366521b091dad0c.tar.gz
This isn't required when one is just calling asbytes()
Diffstat (limited to 'paramiko/pkey.py')
-rw-r--r--paramiko/pkey.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/pkey.py b/paramiko/pkey.py
index 4e95f5fc..e4539a68 100644
--- a/paramiko/pkey.py
+++ b/paramiko/pkey.py
@@ -517,7 +517,6 @@ class PublicBlob(object):
OpenSSH-style certificates 'are' their own network representation."
"""
type_ = message.get_text()
- message.rewind()
return cls(type_=type_, blob=message.asbytes())
def __str__(self):