Use f-strings for string formatting in gwpy.io
This PR updates the gwpy.io
module to use f-strings for all string formatting, instead of a mix of str.format
and %
-formatting.
This PR updates the gwpy.io
module to use f-strings for all string formatting, instead of a mix of str.format
and %
-formatting.