Skip to content

Commit e79bdcd

Browse files
committed
fix lint
1 parent 4ea5209 commit e79bdcd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • sdk-platform-java/hermetic_build/library_generation/owlbot/src

sdk-platform-java/hermetic_build/library_generation/owlbot/src/fix_poms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ def update_parent_pom(filename: str, modules: List[module.Module]):
221221
extra_modules = [
222222
m.text
223223
for i, m in enumerate(existing)
224-
if m.tag != etree.Comment and m.text not in module_names ]
224+
if m.tag != etree.Comment and m.text not in module_names
225+
]
225226

226227
modules_to_write = module_names + extra_modules
227228
num_modules = len(modules_to_write)

0 commit comments

Comments
 (0)