in otava/slack.py [0:0]
def __init_report_dispatch(self):
dispatch = [self.__header()]
if self.data_selection_description:
dispatch.append(self.__data_selection_block())
if self.since:
dispatch.append(self.__report_selection_block())
return dispatch