Skip to content

Use importlib.resources.files if possible

Marco Clemencic requested to merge fix-deprecation-warning into master

This fixes the deprecation warning:

DeprecationWarning: read_binary is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.

Merge request reports