From 894e523b8ea692d05cc225ab9259b6c74f69655f Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Mon, 30 Sep 2024 15:55:56 +0100 Subject: [PATCH] Fixes linter Signed-off-by: Elena Kolevska --- dapr/clients/grpc/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dapr/clients/grpc/client.py b/dapr/clients/grpc/client.py index 1af81e90..e6469c4f 100644 --- a/dapr/clients/grpc/client.py +++ b/dapr/clients/grpc/client.py @@ -86,7 +86,6 @@ StartWorkflowResponse, EncryptResponse, DecryptResponse, - TopicEventResponseStatus, TopicEventResponse, )