unregister_writer

astropy.io.registry.unregister_writer(data_format, data_class)

Unregister a writer function

Parameters:
data_formatpython:str

The data format identifier.

data_classclass

The class of the object that can be written.