aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2023-08-25 21:23:29 -0600
committerJon Atack <jon@atack.com>2023-08-26 16:42:02 -0600
commit6c008a20067eb8574f4bd94acdd1d18ff7110d91 (patch)
treea51373b6dce65c9a5d961430f2608c4e74e82f45 /src/wallet
parentc9273f68f6a17b669890b0b2d38dbcc8b3c39d7b (diff)
script: replace deprecated pkg_resources with importlib.metadata
in our python linter: ``` ./test/lint/lint-python.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources ``` The importlib.metadata library was added in Python 3.8, which is currently our minimum-supported Python version. For more details about importlib.metadata, see https://docs.python.org/3/library/importlib.metadata.html
Diffstat (limited to 'src/wallet')
0 files changed, 0 insertions, 0 deletions