fix BUILD format

This commit is contained in:
abhichou4 2020-06-25 22:03:16 +05:30
parent cfa6727d63
commit 9c8db3c6b5
2 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ py_library(
"//tensorflow/python:platform", "//tensorflow/python:platform",
"//tensorflow/python:pywrap_tfe", "//tensorflow/python:pywrap_tfe",
"//tensorflow/python:util", "//tensorflow/python:util",
"//tensorflow/python/ops/parallel_for:control_flow_ops", "//tensorflow/python/ops/parallel_for:control_flow_ops",
], ],
) )

View File

@ -89,7 +89,7 @@ py_library(
"//tensorflow/python:util", "//tensorflow/python:util",
"//tensorflow/python/eager:context", "//tensorflow/python/eager:context",
"//tensorflow/python/eager:function", "//tensorflow/python/eager:function",
"//tensorflow/python/ops/signal", "//tensorflow/python/ops/signal",
], ],
) )