From dd468f72e46616e2f6b487a8cbccf8b49620b79a Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:59:53 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- tools/distrib/prepare_release_branch_artifacts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/distrib/prepare_release_branch_artifacts.py b/tools/distrib/prepare_release_branch_artifacts.py index a41da6770c948..7dbf43fb74ae2 100755 --- a/tools/distrib/prepare_release_branch_artifacts.py +++ b/tools/distrib/prepare_release_branch_artifacts.py @@ -35,4 +35,3 @@ lines.append(line) with open(".gitignore", "w") as f: f.write("".join(lines)) -