Skip to content

Commit 6a95dd1

Browse files
committed
regular quotes
1 parent 0af6ff1 commit 6a95dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_imports.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_libs_for_project(project_name):
179179
if cur_lib in bundle_data or cur_lib in community_bundle_data:
180180
found_libs.add(cur_lib)
181181

182-
# findimports returns import name in the form of ``foo.bar.*``
182+
# findimports returns import name in the form of "foo.bar.*"
183183
if cur_import.name.endswith(".*"):
184184
filepath = os.path.join(
185185
project_dir,

0 commit comments

Comments
 (0)