We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686a889 commit 3b9a918Copy full SHA for 3b9a918
ext/dapr-ext-grpc/dapr/ext/grpc/_health_servecier.py renamed to ext/dapr-ext-grpc/dapr/ext/grpc/_health_servicer.py
ext/dapr-ext-grpc/dapr/ext/grpc/_servicier.py renamed to ext/dapr-ext-grpc/dapr/ext/grpc/_servicer.py
ext/dapr-ext-grpc/dapr/ext/grpc/app.py
@@ -19,8 +19,8 @@
19
from typing import Dict, Optional
20
21
from dapr.conf import settings
22
-from dapr.ext.grpc._servicier import _CallbackServicer, Rule # type: ignore
23
-from dapr.ext.grpc._health_servecier import _HealthCheckServicer
+from dapr.ext.grpc._servicer import _CallbackServicer, Rule # type: ignore
+from dapr.ext.grpc._health_servicer import _HealthCheckServicer
24
from dapr.proto import appcallback_service_v1
25
26
0 commit comments