Skip to content

Commit

Permalink
Remove useless uses
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jul 13, 2021
1 parent 167b191 commit 83ad3fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
5 changes: 1 addition & 4 deletions test/Swan.Test/ConnectionTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using AutoFixture;
using Moq;
using NUnit.Framework;
using NUnit.Framework;
using Swan.Net;
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
Expand Down
7 changes: 1 addition & 6 deletions test/Swan.Test/ExceptionExtensionsTest.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using AutoFixture;
using Moq;
using NUnit.Framework;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;

namespace Swan.Test
{
Expand Down
1 change: 0 additions & 1 deletion test/Swan.Test/FromStringTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using NUnit.Framework;
using Swan;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 0 additions & 2 deletions test/Swan.Test/ThreadWorkerBaseTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using NUnit.Framework;
using Swan.Threading;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit 83ad3fb

Please sign in to comment.