GcpObservability: Fix import (#30793)

pull/30570/head^2
Yash Tibrewal 2 years ago committed by GitHub
parent 60a1b4ad6f
commit 0a7d131b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/cpp/ext/gcp/BUILD

@ -22,10 +22,9 @@ load(
licenses(["reciprocal"])
package(
default_visibility = ["//visibility:private"],
default_visibility = ["//visibility:public"],
features = [
"layering_check",
"-parse_headers",
],
)

Loading…
Cancel
Save