Skip to content

Commit 604b26f

Browse files
oprypincopybara-github
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 724138013
1 parent 5d18d4a commit 604b26f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,6 @@ tfrt_cc_library(
12461246
# py_library(
12471247
# name = "btf_writer",
12481248
# srcs = ["utils/btf_writer.py"],
1249-
# srcs_version = "PY3",
12501249
# visibility = ["//visibility:public"],
12511250
# deps = ["//third_party/py/numpy"],
12521251
# )

tools/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ tfrt_cc_binary(
7777
# py_test(
7878
# name = "btf_info_test",
7979
# srcs = ["btf_info_tool/btf_info_test.py"],
80-
# python_version = "PY3",
8180
# deps = [
8281
# ":btf_info",
8382
# # Placeholder: proto upb dep

0 commit comments

Comments
 (0)