Skip to content

Commit

Permalink
chore: add a disable for pylint (apache#31875)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Jan 15, 2025
1 parent aacfe4d commit fc8710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/sql/dialects/firebolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Parser(parser.Parser):
**parser.Parser.UNARY_PARSERS,
TokenType.NOT: lambda self: self.expression(
exp.Not,
this=self._parse_unary(),
this=self._parse_unary(), # pylint: disable=protected-access
),
}

Expand Down

0 comments on commit fc8710f

Please sign in to comment.