Skip to content

Commit cdce323

Browse files
committed
gitlab: remove unused using statements
1 parent be1601e commit cdce323

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/shared/GitLab.Tests/GitLabAuthenticationTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
42
using System.Threading.Tasks;
53
using GitCredentialManager.Tests.Objects;
6-
using Moq;
7-
using Moq.Protected;
84
using Xunit;
95

106
namespace GitLab.Tests

src/shared/GitLab/GitLabAuthentication.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Threading.Tasks;
33
using System.Collections.Generic;
4-
using System.Globalization;
54
using System.Net.Http;
65
using System.Text;
76
using System.Threading;

src/shared/GitLab/GitLabConstants.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
42

53
namespace GitLab
64
{

0 commit comments

Comments
 (0)