From e901c15b61f9c8649b3605c080af7dc00e5caacf Mon Sep 17 00:00:00 2001 From: mazharul Date: Tue, 22 Dec 2020 12:07:21 -0800 Subject: [PATCH] fixing the order to make the lines lexicographic --- tensorflow/python/util/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/util/BUILD b/tensorflow/python/util/BUILD index 8ae6ca3d77d..80c87399710 100644 --- a/tensorflow/python/util/BUILD +++ b/tensorflow/python/util/BUILD @@ -73,10 +73,10 @@ tf_python_pybind_extension( hdrs = ["util.h"], module_name = "_pywrap_utils", deps = [ + "//tensorflow/core/platform:platform_port", "//tensorflow/python:pybind11_lib", "//third_party/python_runtime:headers", "@pybind11", - "//tensorflow/core/platform:platform_port", ], )