[tf.data] Fix BUILD file.
authorjoel-shor <joelshor@google.com>
Tue, 1 May 2018 15:58:55 +0000 (18:58 +0300)
committerjoel-shor <joelshor@google.com>
Tue, 1 May 2018 15:58:55 +0000 (18:58 +0300)
tensorflow/contrib/data/python/ops/BUILD

index 091723e..9959ccc 100644 (file)
@@ -184,7 +184,7 @@ py_library(
         "//tensorflow/python/data/ops:readers",
         "//tensorflow/python/data/util:nest",
         "//tensorflow/python/data/util:sparse",
-        ""//tensorflow/python:platform",
+        "//tensorflow/python:platform",
     ],
 )