Skip to content
Snippets Groups Projects
Commit 2c70849d authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix newlines

parent 0a016b05
No related branches found
No related tags found
No related merge requests found
......@@ -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")
\ No newline at end of file
raise ValueError("No verification key found for given key ids")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment