pylint fixes
This commit is contained in:
parent
8dbfc83083
commit
d5985406ad
3 changed files with 6 additions and 5 deletions
|
|
@ -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})"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue