This commit is contained in:
Lex Berezhny 2020-06-22 11:02:59 -04:00
parent d8fb31aedd
commit 9757c69189

View file

@ -13,7 +13,7 @@ except ImportError:
from .tables import AccountAddress
class greatest(FunctionElement):
class greatest(FunctionElement): # pylint: disable=invalid-name
type = Numeric()
name = 'greatest'