Removed import of deps submodule from gwpy.utils
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 *