From 427c58b53285b15de369c2f59dcb9269d291dad7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 16:43:28 +0100 Subject: [PATCH] Appease formatter --- etherpump/commands/pull.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index f6fc459..73221c2 100644 --- a/etherpump/commands/pull.py +++ b/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: