Skip to content

Commit 6987f1b

Browse files
committed
clean
1 parent 51e39bd commit 6987f1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Extensions/Azure/DurableTaskSchedulerExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
using Azure.Core;
2-
using Grpc.Net.Client;
32
using Microsoft.DurableTask.Client;
43
using Microsoft.DurableTask.Worker;
5-
using System.Diagnostics;
64

75
namespace DurableTask.Extensions.Azure;
86

9-
// NOTE: These extension methods will eventually be provided by the Durable Task SDK itself.
107
public static class DurableTaskSchedulerExtensions
118
{
129
// Configure the Durable Task *Worker* to use the Durable Task Scheduler service with the specified options.

0 commit comments

Comments
 (0)