File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9090 UnlockResponseStatus ,
9191)
9292from dapr .clients .grpc ._state import StateItem , StateOptions
93- from dapr .aio . clients .health import DaprHealth
93+ from dapr .clients .health import DaprHealth
9494from dapr .clients .retry import RetryPolicy
9595from dapr .common .pubsub .subscription import StreamInactiveError
9696from dapr .conf import settings
Original file line number Diff line number Diff line change 1818
1919from dapr .aio .clients .grpc .client import DaprGrpcClientAsync
2020from dapr .aio .clients .health import DaprHealth as DaprHealthAsync
21+ from dapr .clients .health import DaprHealth
2122from dapr .conf import settings
2223from tests .clients .certs import replacement_get_credentials_func , replacement_get_health_context
2324from tests .clients .test_dapr_grpc_client_async import DaprGrpcClientAsyncTests
24-
2525from .fake_dapr_server import FakeDaprSidecar
2626
2727DaprGrpcClientAsync .get_credentials = replacement_get_credentials_func
2828DaprHealthAsync .get_ssl_context = replacement_get_health_context
29+ DaprHealth .get_ssl_context = replacement_get_health_context
2930
3031
3132class DaprSecureGrpcClientAsyncTests (DaprGrpcClientAsyncTests ):
You can’t perform that action at this time.
0 commit comments