fixing the order to make the lines lexicographic

This commit is contained in:
mazharul 2020-12-22 12:07:21 -08:00
parent 6c41436dac
commit e901c15b61

View File

@ -73,10 +73,10 @@ tf_python_pybind_extension(
hdrs = ["util.h"], hdrs = ["util.h"],
module_name = "_pywrap_utils", module_name = "_pywrap_utils",
deps = [ deps = [
"//tensorflow/core/platform:platform_port",
"//tensorflow/python:pybind11_lib", "//tensorflow/python:pybind11_lib",
"//third_party/python_runtime:headers", "//third_party/python_runtime:headers",
"@pybind11", "@pybind11",
"//tensorflow/core/platform:platform_port",
], ],
) )