mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
fix pyflakes warnings
This commit is contained in:
parent
acb2d171e8
commit
5e2236f9ff
3 changed files with 6 additions and 6 deletions
|
@ -155,6 +155,8 @@ class Pdu(JsonEncodedObject):
|
|||
|
||||
return Pdu(
|
||||
prev_pdus=prev_pdus,
|
||||
hashes=hashes,
|
||||
signatures=signatures,
|
||||
**args
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue