unregister_writer# astropy.io.registry.unregister_writer(data_format, data_class)# Unregister a writer function. Parameters: data_formatstrThe data format identifier. data_classclassThe class of the object that can be written.