Use gzip module for GzipFile
This PR resolves the DeprecationWarning
currently displayed from astropy.utils.compat.gzip
by using the builtin gzip
module.
Fixes #293 (closed).
This PR resolves the DeprecationWarning
currently displayed from astropy.utils.compat.gzip
by using the builtin gzip
module.
Fixes #293 (closed).