Skip to content

Commit 82ca526

Browse files
oprypincopybara-github
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 724122259
1 parent f31e12e commit 82ca526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ pybind_extension(
3333
py_binary(
3434
name = "run_example",
3535
srcs = ["run_example.py"],
36-
python_version = "PY3",
3736
deps = [
3837
":gemma",
3938
"@python_deps//absl_py",

0 commit comments

Comments
 (0)