"""Constants for messages sent to slack.""" IMPORT_STARTED = 'Soundexchange report import started: {0}' INCORRECT_EXTENSION = ( 'Soundexchange report import failed. Incorrect file extension.') IMPORT_SUCCESSFUL = 'Successfully imported soundexchange report: {0}' FILE_DOES_NOT_EXIST = 'Soundexchange import failed. Report: {0} does not exist' IMPORT_FAILED = 'Soundexchange import failed because of the exception: {0}'