Skip to content

Removed urltype keyword from datafind find_*frametype functions

This PR removes the urltype keyword argument from the find_frametype and find_best_frametype functions in gwpy.io.datafind. Only 'file' URLs are supported, so we may as well not expose the option to change it.

Merge request reports