Skip to content

Deprecation of gwpy.utils.deps and @with_import decorator

This PR deprecates the gwpy.utils.deps module, including the @with_import decorator. This construct obfuscates imports, making the code harder to read, and confuses the hell out of any code inspection tools.

Merge request reports