Skip to content

Commit

Permalink
πŸ› explicit select for 3.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 4, 2024
1 parent 30fce97 commit 9cc84ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customblocks/customblocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _installedGenerators():
if not hasattr(_installedGenerators, 'value'):
_installedGenerators.value = dict(
(entry_point.name, entry_point.load())
for entry_point in entry_points(
for entry_point in entry_points().select(
group='markdown.customblocks.generators'
)
)
Expand Down

0 comments on commit 9cc84ca

Please sign in to comment.