Fix unneeded dependency.

PiperOrigin-RevId: 514523996
This commit is contained in:
Steve Chien 2023-03-06 14:17:59 -08:00 committed by A. Unique TensorFlower
parent 0a0f377f3f
commit 21ee1a607a

View file

@ -332,7 +332,6 @@ py_library(
":dp_query",
":quantile_estimator_query",
":tree_aggregation_query",
"//third_party/py/tensorflow:tensorflow_no_contrib",
"@com_google_differential_py//dp_accounting:accounting",
],
)
@ -347,6 +346,5 @@ py_test(
deps = [
":quantile_adaptive_clip_tree_query",
":test_utils",
"//third_party/py/tensorflow:tensorflow_no_contrib",
],
)