Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
regular quotes
  • Loading branch information
FoamyGuy committed Dec 17, 2024
commit 6a95dd1c5499ba5ebab55c14c581af03c39ecf2d
2 changes: 1 addition & 1 deletion get_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_libs_for_project(project_name):
if cur_lib in bundle_data or cur_lib in community_bundle_data:
found_libs.add(cur_lib)

# findimports returns import name in the form of ``foo.bar.*``
# findimports returns import name in the form of "foo.bar.*"
if cur_import.name.endswith(".*"):
filepath = os.path.join(
project_dir,
Expand Down