Skip to content

Removed import of deps submodule from gwpy.utils

Duncan Macleod requested to merge github/fork/duncanmmacleod/deps-import into develop

This PR removes the import of the .deps submodule from gwpy.utils.__init__. This module is deprecated, so the import invokes the DeprecationWarning unnecessarily. Users can still import the module and its contents directly:

>>> from gwpy.utils.deps import *

Merge request reports