def create_report_store(self): """ Create and return a LocalFSReportStore. """ return LocalFSReportStore.from_config(config_name='GRADES_DOWNLOAD')
def create_report_store(self): """ Create and return a LocalFSReportStore. """ return LocalFSReportStore.from_config()