From e37e6814d3b743fadd441c8ae612e33db9a848c9 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 5 Feb 2025 01:06:01 -0800 Subject: [PATCH] Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"` PiperOrigin-RevId: 723402826 --- vdso/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/vdso/BUILD b/vdso/BUILD index a8fcbf135..cc993b2e9 100644 --- a/vdso/BUILD +++ b/vdso/BUILD @@ -79,5 +79,4 @@ py_test( ], data = [":vdso"], main = "check_vdso.py", - python_version = "PY3", )