kszucs commented on code in PR #13031: URL: https://github.com/apache/arrow/pull/13031#discussion_r863697021
########## dev/archery/archery/crossbow/cli.py: ########## @@ -21,7 +21,8 @@ import click from .core import Config, Repo, Queue, Target, Job, CrossbowError -from .reports import EmailReport, ConsoleReport +from .reports import (ChatNightlyReport, Report, ReportUtils, ConsoleReport, Review Comment: How about simply `ChatReport`? -- 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]
