unregister_reader#

astropy.io.registry.unregister_reader(data_format, data_class)#

Unregister a reader function.

Parameters:
data_formatstr

The data format identifier.

data_classclass

The class of the object that the reader produces.