skbio.io.registry.IORegistry.remove_format#

IORegistry.remove_format(format)[source]#

Remove a format from the IORegistry.

Parameters:
formatstr or Format object

The format to be removed from the registry. It can be a name or the Format object itself.