Fix py_test import
authorgracehoney <31743510+aaroey@users.noreply.github.com>
Tue, 17 Apr 2018 23:34:22 +0000 (16:34 -0700)
committergracehoney <31743510+aaroey@users.noreply.github.com>
Tue, 17 Apr 2018 23:34:22 +0000 (16:34 -0700)
tensorflow/contrib/tensorrt/BUILD

index b7c2a2d..f80b4f1 100644 (file)
@@ -11,6 +11,7 @@ exports_files(["LICENSE"])
 
 load(
     "//tensorflow:tensorflow.bzl",
+    "py_test",
     "tf_cc_test",
     "tf_copts",
     "tf_cuda_library",
@@ -19,7 +20,6 @@ load(
     "tf_gen_op_libs",
     "tf_gen_op_wrapper_py",
 )
-load("//tensorflow:tensorflow.bzl", "py_test")
 load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
 load("//tensorflow:tensorflow.bzl", "tf_custom_op_py_library")
 load("//tensorflow:tensorflow.bzl", "tf_py_wrap_cc")