forked from LBRYCommunity/lbry-sdk
pylint
This commit is contained in:
parent
d8fb31aedd
commit
9757c69189
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ except ImportError:
|
||||||
from .tables import AccountAddress
|
from .tables import AccountAddress
|
||||||
|
|
||||||
|
|
||||||
class greatest(FunctionElement):
|
class greatest(FunctionElement): # pylint: disable=invalid-name
|
||||||
type = Numeric()
|
type = Numeric()
|
||||||
name = 'greatest'
|
name = 'greatest'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue