mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Fix pyflakes warnings
This commit is contained in:
parent
15be181642
commit
d56e389a95
4 changed files with 2 additions and 4 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue