Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 455074791
  • Loading branch information
Marvin182 authored and copybara-github committed Jun 15, 2022
1 parent 32af4bf commit 6d945e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ pybind_extension(
py_test(
name = "array_record_module_test",
srcs = ["array_record_module_test.py"],
data = [":array_record_module.so"],
python_version = "PY3",
srcs_version = "PY3",
deps = [
":array_record_module",
"//third_party/py/absl/testing:absltest",
],
)

0 comments on commit 6d945e9

Please sign in to comment.