Skip to content

Commit

Permalink
[plugins] drop backport of importlib.metadata (importlib_metadata)
Browse files Browse the repository at this point in the history
since we don't support < python 3.10 we can safely use importlib.metadata (https://importlib-metadata.readthedocs.io/en/latest/)
  • Loading branch information
joanrue committed Apr 5, 2024
1 parent 7ffbd1b commit e1aacfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyxu/info/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import warnings

from importlib_metadata import entry_points
from importlib.metadata import entry_points

import pyxu.info.warning as pxw

Expand Down

0 comments on commit e1aacfb

Please sign in to comment.