From 56edf62cb9dc0f36615c5fdb39c75e4c1a233238 Mon Sep 17 00:00:00 2001 From: hackrush Date: Mon, 20 May 2019 02:09:21 +0530 Subject: [PATCH] Temporary fix for github.com/PyCQA/pylint/issues/2820 --- lbrynet/wallet/network.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lbrynet/wallet/network.py b/lbrynet/wallet/network.py index 59c1abf6e..432f56b48 100644 --- a/lbrynet/wallet/network.py +++ b/lbrynet/wallet/network.py @@ -1,3 +1,5 @@ +# temporary fix for https://github.com/PyCQA/pylint/issues/2820 +# pylint: disable=no-value-for-parameter from torba.client.basenetwork import BaseNetwork