Skip to content

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).

Merge request reports