Skip to content

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.

Merge request reports