Skip to content

Commit c4abb10

Browse files
committed
Use double quotes for strings (black styling)
1 parent 47d0936 commit c4abb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idom/client/manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def web_module_names() -> Set[str]:
4141
if Path("common") in rel_pth.parents:
4242
continue
4343
module_path = str(rel_pth.as_posix())
44-
if module_path.endswith('.js'):
44+
if module_path.endswith(".js"):
4545
module_path = module_path[:-3]
4646
names.append(module_path)
4747
return set(names)

0 commit comments

Comments
 (0)