Closed aiooss-ledger closed 2 years ago
This pull request proposes to use https://docs.python.org/3/library/importlib.html#module-importlib.resources to load resources. This removes a deprecation warning due to a relative path used in previous code.
This breaks compatibility with Python 3.6 and lower, but these versions are end of life since 23 Dec 2021.
This pull request proposes to use https://docs.python.org/3/library/importlib.html#module-importlib.resources to load resources. This removes a deprecation warning due to a relative path used in previous code.
This breaks compatibility with Python 3.6 and lower, but these versions are end of life since 23 Dec 2021.