Skip to content

Commit

Permalink
Add grpc to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jan 22, 2024
1 parent a5e2485 commit bc59ec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/python/grpcio_tests/tests/observability/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ py_test(
main = "_observability_api_test.py",
deps = [
":_from_observability_import_star",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_observability/grpc_observability:pyobservability",
"//src/python/grpcio_tests/tests/testing",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import logging
import unittest

import grpc_observability

from tests.observability import _from_observability_import_star


Expand Down

0 comments on commit bc59ec2

Please sign in to comment.