in cassette/utils.py [0:0]
def is_supported_format(file_format): """Return whether the file format is supported. :param str file_format: """ return file_format in SUPPORTED_FORMATS.keys() or file_format == ''