From 9757c691897bb99b3a40db0b768f3b28a3c9c47d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 22 Jun 2020 11:02:59 -0400 Subject: [PATCH] pylint --- lbry/db/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/db/utils.py b/lbry/db/utils.py index 97ee208f8..bc8d30be0 100644 --- a/lbry/db/utils.py +++ b/lbry/db/utils.py @@ -13,7 +13,7 @@ except ImportError: from .tables import AccountAddress -class greatest(FunctionElement): +class greatest(FunctionElement): # pylint: disable=invalid-name type = Numeric() name = 'greatest'