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.
This PR fixes a DeprecationWarning
in gwpy.plot.plot
by importing {Keys/Values}View
from collections.abc
if we can.