skbio.io.registry.IORegistry.remove_format# IORegistry.remove_format(format)[source]# Remove a format from the IORegistry. Parameters: formatstr or Format objectThe format to be removed from the registry. It can be a name or the Format object itself.