Skip to content

Commit

Permalink
Remove unecessary usings (IDE0005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 22, 2024
1 parent 02e0bdc commit 54ba539
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Cake.AzureDevOps.Tests.Fakes
{
using System;
using System.Collections.Generic;
using System.Threading;
using Microsoft.TeamFoundation.SourceControl.WebApi;
using Moq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Cake.AzureDevOps.Tests.Fakes
{
using System;
using System.Collections.Generic;
using Cake.AzureDevOps.Authentication;
using Microsoft.TeamFoundation.SourceControl.WebApi;
using Moq;
Expand Down
1 change: 0 additions & 1 deletion src/Cake.AzureDevOps/AzureDevOpsException.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Cake.AzureDevOps
{
using System;
using System.Runtime.Serialization;

/// <summary>
/// Represents errors that occur during connecting to Azure DevOps.
Expand Down

0 comments on commit 54ba539

Please sign in to comment.