Skip to content

Commit

Permalink
re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Sep 30, 2024
1 parent 3127b46 commit 35d7527
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/WebJobs.Extensions.DurableTask/DurableTaskExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using System.Net;
using System.Net.Http;
using System.Reflection;
using System.Runtime.Versioning;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
Expand All @@ -32,10 +33,6 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

// debugging
using System.Reflection;
using System.Runtime.Versioning;

namespace Microsoft.Azure.WebJobs.Extensions.DurableTask
{
/// <summary>
Expand Down

0 comments on commit 35d7527

Please sign in to comment.