Skip to content

Import KeysView and ValuesView from collections.abc

This PR fixes a DeprecationWarning in gwpy.plot.plot by importing {Keys/Values}View from collections.abc if we can.

Merge request reports