zhaoyongjie commented on code in PR #20882: URL: https://github.com/apache/superset/pull/20882#discussion_r930705455
########## superset/models/sql_lab.py: ########## @@ -61,7 +61,9 @@ logger = logging.getLogger(__name__) -class Query(Model, ExtraJSONMixin, ExploreMixin): # pylint: disable=abstract-method +class Query( + Model, ExtraJSONMixin, ExploreMixin +): # pylint: disable=abstract-method,too-many-public-methods Review Comment: bycatch: CI was failed by pylint error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
