Commit a374c26e authored by Xin Pan's avatar Xin Pan
Browse files

Fix the BUILD file

parent ac0829fa
......@@ -21,11 +21,3 @@ py_library(
],
)
py_test(
name = "accountant_test",
srcs = ["accountant_test.py"],
deps = [
":accountant",
"//differential_privacy/dp_sgd/dp_optimizer:utils",
],
)
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