Remove noautodeps from onavo/diff_integrations/data_tests/TARGETS and others

Summary:
`autodeps` passes on this file with `noautodeps` removed! Let's remove it to help ensure that our build graph matches our build needs.

The files in this did not have any dependencies removed by autodeps; therefore, this has a very low risk of breaking anything.

These files were generated by running `autodeps` and `arc f`.

This diff assumes that CI is adequate to detect errors from changing dependencies. Some code, such as fblearner/flow may require additional testing.

 - If you approve of this diff, please use the "Accept & Ship" button :-)

Reviewed By: lisroach

Differential Revision: D50222620

fbshipit-source-id: 463e84dcf4909e93ddeda2a699127712033a6967
This commit is contained in:
Richard Barnes 2023-10-12 23:45:08 -07:00 committed by Facebook GitHub Bot
parent 62665a1897
commit 72176d43de
3 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# @noautodeps
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
oncall("scm_client_infra")
@ -12,5 +10,6 @@ python_library(
]),
deps = [
"fbsource//third-party/pypi/pycurl:pycurl",
"fbsource//third-party/pypi/setuptools:setuptools",
],
)

View File

@ -1,5 +1,3 @@
# @noautodeps
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
oncall("scm_client_infra")

View File

@ -1,5 +1,3 @@
# @noautodeps
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
load("@fbsource//tools/build_defs:export_directory.bzl", "export_directory")