mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: add a disable for pylint (#31875)
This commit is contained in:
@@ -40,7 +40,7 @@ class Firebolt(Dialect):
|
||||
**parser.Parser.UNARY_PARSERS,
|
||||
TokenType.NOT: lambda self: self.expression(
|
||||
exp.Not,
|
||||
this=self._parse_unary(),
|
||||
this=self._parse_unary(), # pylint: disable=protected-access
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user