unregister_reader# astropy.io.registry.unregister_reader(data_format, data_class)# Unregister a reader function. Parameters: data_formatstrThe data format identifier. data_classclassThe class of the object that the reader produces.