Fix pyflakes warnings

This commit is contained in:
Mark Haines 2014-10-27 10:33:17 +00:00
parent 15be181642
commit d56e389a95
4 changed files with 2 additions and 4 deletions

View file

@ -104,7 +104,6 @@ class KeyStore(SQLBaseStore):
ts_now_ms (int): The time now in milliseconds
verification_key (VerifyKey): The NACL verify key.
"""
verify_key_bytes = verify_key.encode()
return self._simple_insert(
table="server_signature_keys",
values={