Skip to content

Commit 3207b66

Browse files
committed
Style: Apply yapf formatting
Runs the yapf formatter on the CI scripts to fix the presubmit check failures.
1 parent 33f511a commit 3207b66

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

infra/build/functions/build_and_push_test_images.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def get_image_tags(image: str,
9999
return main_tag, test_tag
100100

101101

102-
def gcb_build_and_push_images(test_image_suffix: str,
103-
version_tag: str = None):
102+
def gcb_build_and_push_images(test_image_suffix: str, version_tag: str = None):
104103
"""Build and push test versions of base images using GCB."""
105104
steps = []
106105
test_tags = []

infra/build/functions/trial_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def get_args(args=None):
158158
return parsed_args
159159

160160

161-
162161
@functools.lru_cache
163162
def get_all_projects():
164163
"""Returns a list of all OSS-Fuzz projects."""

0 commit comments

Comments
 (0)