Unverified Commit f5125ddb authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #3127 from danabo/master

Fix spacing in BUILD file comments.
parents 61822dab 5f9cf110
...@@ -88,7 +88,7 @@ py_library( ...@@ -88,7 +88,7 @@ py_library(
name = "utils", name = "utils",
srcs = ["utils.py"], srcs = ["utils.py"],
deps = [ deps = [
# file dep # file dep
# absl dep /logging # absl dep /logging
# numpy dep # numpy dep
# tensorflow dep # tensorflow dep
......
...@@ -25,7 +25,7 @@ par_binary( ...@@ -25,7 +25,7 @@ par_binary(
deps = [ deps = [
":defaults", ":defaults",
":run", ":run",
# file dep # file dep
# absl dep :app # absl dep :app
# absl dep /flags # absl dep /flags
# absl dep /logging # absl dep /logging
...@@ -42,7 +42,7 @@ py_library( ...@@ -42,7 +42,7 @@ py_library(
":defaults", ":defaults",
":ga_lib", ":ga_lib",
":results_lib", ":results_lib",
# file dep # file dep
# absl dep /flags # absl dep /flags
# absl dep /logging # absl dep /logging
# numpy dep # numpy dep
...@@ -83,7 +83,7 @@ py_library( ...@@ -83,7 +83,7 @@ py_library(
":defaults", ":defaults",
":pg_agent", ":pg_agent",
":results_lib", ":results_lib",
# file dep # file dep
# absl dep /flags # absl dep /flags
# absl dep /logging # absl dep /logging
# tensorflow dep # tensorflow dep
...@@ -96,7 +96,7 @@ py_library( ...@@ -96,7 +96,7 @@ py_library(
srcs = ["pg_agent.py"], srcs = ["pg_agent.py"],
deps = [ deps = [
":misc", ":misc",
# file dep # file dep
# absl dep /logging # absl dep /logging
# numpy dep # numpy dep
# tensorflow dep # tensorflow dep
...@@ -204,7 +204,7 @@ py_library( ...@@ -204,7 +204,7 @@ py_library(
name = "results_lib", name = "results_lib",
srcs = ["results_lib.py"], srcs = ["results_lib.py"],
deps = [ deps = [
# file dep # file dep
# tensorflow dep # tensorflow dep
], ],
) )
...@@ -224,7 +224,7 @@ par_binary( ...@@ -224,7 +224,7 @@ par_binary(
deps = [ deps = [
":misc", ":misc",
":results_lib", ":results_lib",
# file dep # file dep
# absl dep :app # absl dep :app
# absl dep /flags # absl dep /flags
# numpy dep # numpy dep
...@@ -236,7 +236,7 @@ par_binary( ...@@ -236,7 +236,7 @@ par_binary(
name = "aggregate_tuning_results", name = "aggregate_tuning_results",
srcs = ["aggregate_tuning_results.py"], srcs = ["aggregate_tuning_results.py"],
deps = [ deps = [
# file dep # file dep
# absl dep :app # absl dep :app
# absl dep /flags # absl dep /flags
# tensorflow dep # tensorflow dep
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment