Skip to content

Commit c2ce4f9

Browse files
committed
Add discover_entry_points to __all__ in import_tools.py
1 parent ea2fb30 commit c2ce4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/import_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# this package
5757
from domdf_python_tools.compat import importlib_metadata
5858

59-
__all__ = ["discover"]
59+
__all__ = ["discover", "discover_entry_points"]
6060

6161

6262
@overload

0 commit comments

Comments
 (0)