format code

This commit is contained in:
fsx950223 2020-01-19 02:02:34 +00:00
parent a712ade3d0
commit afbc0af25e

View File

@ -4248,11 +4248,11 @@ py_test(
srcs = ["ops/script_ops_test.py"],
python_version = "PY3",
deps = [
":script_ops",
":client_testlib",
":dtypes",
":framework_ops",
":framework_test_lib",
":script_ops",
"//third_party/py/numpy",
],
)