fixing the order to make the lines lexicographic
This commit is contained in:
parent
6c41436dac
commit
e901c15b61
@ -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",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user