We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af6ff1 commit 6a95dd1Copy full SHA for 6a95dd1
get_imports.py
@@ -179,7 +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
- # findimports returns import name in the form of ``foo.bar.*``
+ # findimports returns import name in the form of "foo.bar.*"
183
if cur_import.name.endswith(".*"):
184
filepath = os.path.join(
185
project_dir,
0 commit comments