Multiple style fixes
This commit is contained in:
@@ -190,7 +190,7 @@ def export_public_key(vk, label):
|
||||
key_type, blob = serialize_verifying_key(vk)
|
||||
log.debug('fingerprint: %s', fingerprint(blob))
|
||||
b64 = base64.b64encode(blob).decode('ascii')
|
||||
return u'{} {} {}\n'.format(key_type.decode('ascii'), b64, label)
|
||||
return '{} {} {}\n'.format(key_type.decode('ascii'), b64, label)
|
||||
|
||||
|
||||
def import_public_key(line):
|
||||
|
||||
Reference in New Issue
Block a user