Fix newlines

pull/132/head
Erik Johnston 2015-04-27 14:38:29 +01:00
parent 0a016b0525
commit 2c70849dc3
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ class Keyring(object):
r = yield create_observer(download)
defer.returnValue(r)
@defer.inlineCallbacks
def _get_server_verify_key_impl(self, server_name, key_ids):
# Try to fetch the key from the remote server.
@ -190,4 +189,4 @@ class Keyring(object):
defer.returnValue(verify_keys[key_id])
return
raise ValueError("No verification key found for given key ids")
raise ValueError("No verification key found for given key ids")