We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e656 commit 959bacfCopy full SHA for 959bacf
domdf_python_tools/import_tools.py
@@ -96,6 +96,9 @@ def discover(
96
.. versionchanged:: 1.0.0
97
98
Added the ``exclude_side_effects`` parameter.
99
+
100
+ .. TODO:: raise better exception when passing a module rather than a package.
101
+ Or just return the contents of the module?
102
""" # noqa D400
103
104
matching_objects = []
0 commit comments