We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5077604 commit 0af6ff1Copy full SHA for 0af6ff1
get_imports.py
@@ -179,8 +179,7 @@ def get_libs_for_project(project_name):
179
if cur_lib in bundle_data or cur_lib in community_bundle_data:
180
found_libs.add(cur_lib)
181
182
- # check if it's a wildcard import e.g.
183
- # from module.submodule import *
+ # findimports returns import name in the form of ``foo.bar.*``
184
if cur_import.name.endswith(".*"):
185
filepath = os.path.join(
186
project_dir,
0 commit comments