Fix unneeded dependency.
PiperOrigin-RevId: 514523996
This commit is contained in:
parent
0a0f377f3f
commit
21ee1a607a
1 changed files with 0 additions and 2 deletions
|
@ -332,7 +332,6 @@ py_library(
|
||||||
":dp_query",
|
":dp_query",
|
||||||
":quantile_estimator_query",
|
":quantile_estimator_query",
|
||||||
":tree_aggregation_query",
|
":tree_aggregation_query",
|
||||||
"//third_party/py/tensorflow:tensorflow_no_contrib",
|
|
||||||
"@com_google_differential_py//dp_accounting:accounting",
|
"@com_google_differential_py//dp_accounting:accounting",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -347,6 +346,5 @@ py_test(
|
||||||
deps = [
|
deps = [
|
||||||
":quantile_adaptive_clip_tree_query",
|
":quantile_adaptive_clip_tree_query",
|
||||||
":test_utils",
|
":test_utils",
|
||||||
"//third_party/py/tensorflow:tensorflow_no_contrib",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue