Browse Source

Appease formatter

main
Luke Murphy 3 years ago
parent
commit
427c58b532
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 6
      etherpump/commands/pull.py

6
etherpump/commands/pull.py

@ -234,11 +234,7 @@ async def handle_pad(args, padid, data, info, session):
meta["padid"] = padid
versions = meta["versions"] = []
versions.append(
{
"url": padurlbase + quote(padid),
"type": "pad",
"code": 200,
}
{"url": padurlbase + quote(padid), "type": "pad", "code": 200,}
)
if revisions is None:

Loading…
Cancel
Save