Skip to content

Commit fdd9d27

Browse files
committed
lint
1 parent 1fabb63 commit fdd9d27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library_generation/owlbot/src/fix_poms.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ def update_cloud_pom(
115115
'converting old dependencies "grpc-google-common-protos" and "grpc-google-iam-v1" to test-scoped'
116116
)
117117
for d in dependencies:
118-
if repo_metadata["repo_short"] in ["java-spanner", "java-storage", "java-dataproc"]:
118+
if repo_metadata["repo_short"] in [
119+
"java-spanner",
120+
"java-storage",
121+
"java-dataproc",
122+
]:
119123
print(
120124
f"skipping test-scoped-dependency fix for special case repo: {repo_metadata['repo_short']}"
121125
)

0 commit comments

Comments
 (0)