Skip to content

Commit 020621d

Browse files
committed
Remove unused usings across multiple service and test files to clean up code.
1 parent 6df6222 commit 020621d

46 files changed

Lines changed: 24 additions & 103 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

HelpScoutSharp.Tests/AuthenticationService_Tests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System;
3-
using System.Threading.Tasks;
42

53
namespace HelpScoutSharp.Tests;
64

HelpScoutSharp.Tests/ConversationService_Tests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System;
3-
using System.Linq;
4-
using System.Threading.Tasks;
52

63
namespace HelpScoutSharp.Tests;
74

HelpScoutSharp.Tests/CustomFieldService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/CustomPropertyService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/CustomerService_Tests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System;
3-
using System.Threading.Tasks;
42

53
namespace HelpScoutSharp.Tests;
64

HelpScoutSharp.Tests/FolderService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/MailboxService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/MemberService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/RatingService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

HelpScoutSharp.Tests/TagService_Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System.Threading.Tasks;
32

43
namespace HelpScoutSharp.Tests;
54

0 commit comments

Comments
 (0)