Skip to content

Commit

Permalink
Use importlib_metadata not importlib.metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Mar 12, 2024
1 parent 0cc86b4 commit d02f9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entry_points.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def test_own_entry_points():
from importlib.metadata import entry_points
from importlib_metadata import entry_points

entries = entry_points(group="matplotlib.backend")
for name in ["ipympl", "widget"]:
Expand Down

0 comments on commit d02f9df

Please sign in to comment.