chore: add a disable for pylint (#31875)
This commit is contained in:
parent
aacfe4d667
commit
fc8710f50a
|
|
@ -40,7 +40,7 @@ class Firebolt(Dialect):
|
||||||
**parser.Parser.UNARY_PARSERS,
|
**parser.Parser.UNARY_PARSERS,
|
||||||
TokenType.NOT: lambda self: self.expression(
|
TokenType.NOT: lambda self: self.expression(
|
||||||
exp.Not,
|
exp.Not,
|
||||||
this=self._parse_unary(),
|
this=self._parse_unary(), # pylint: disable=protected-access
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue