File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
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 .clients .health import DaprHealth
93+ from dapr .aio . 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 1919
2020from dapr .aio .clients .grpc .client import DaprGrpcClientAsync
2121from dapr .aio .clients .health import DaprHealth as DaprHealthAsync
22- from dapr .clients .health import DaprHealth as DaprHealth
2322from tests .clients .certs import replacement_get_credentials_func , replacement_get_health_context
2423from tests .clients .test_dapr_grpc_client_async import DaprGrpcClientAsyncTests
2524from .fake_dapr_server import FakeDaprSidecar
2827
2928DaprGrpcClientAsync .get_credentials = replacement_get_credentials_func
3029DaprHealthAsync .get_ssl_context = replacement_get_health_context
31- DaprHealth .get_ssl_context = replacement_get_health_context
3230
3331
3432class DaprSecureGrpcClientAsyncTests (DaprGrpcClientAsyncTests ):
You can’t perform that action at this time.
0 commit comments