pylint fixes

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-10-15 01:11:49 -07:00
parent 8dbfc83083
commit d5985406ad
3 changed files with 6 additions and 5 deletions

View file

@ -146,7 +146,8 @@ class And(NaryOpSTL):
class ModalOp(namedtuple('ModalOp', ['interval', 'arg']), AST):
__slots__ = ()
OP = '?'
def __repr__(self):
return f"{self.OP}{self.interval}({self.arg})"