diff --git a/VERSION b/VERSION index b73312c0..4734575d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.2rc2 +1.18.2rc3 diff --git a/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py b/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py index 9242b670..8dd43b04 100644 --- a/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py +++ b/ext/dapr-ext-workflow/tests/durabletask/test_grpc_aio_log_filter.py @@ -12,9 +12,10 @@ import logging from unittest.mock import patch -from dapr.common.logging import GrpcAioPollerNoiseFilter from dapr.ext.workflow._durabletask.aio.internal import shared +from dapr.common.logging import GrpcAioPollerNoiseFilter + HOST_ADDRESS = 'localhost:50051'