From 1f9d0f4582a57a14ebd96d8298b11c14b17b4dbd Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 21 Jan 2021 16:30:54 -0500 Subject: [PATCH] pylint --- lbry/wallet/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 8155a300a..01204da99 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -439,4 +439,3 @@ class Network: async with self.aiohttp_session.post(server, json=message) as r: result = await r.json() return result['result'] -