Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Dec 18, 2022
1 parent e46acc2 commit 3d887ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion MoreLinq.Test/FromTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
namespace MoreLinq.Test
{
using System;
using System.Collections.Generic;
using NUnit.Framework;

class FromTest
Expand Down
1 change: 0 additions & 1 deletion MoreLinq.Test/PadTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

namespace MoreLinq.Test
{
using System.Collections.Generic;
using NUnit.Framework;

[TestFixture]
Expand Down
1 change: 0 additions & 1 deletion MoreLinq.Test/ToDataTableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace MoreLinq.Test
using System.Collections.Generic;
using System.Data;
using System.Linq.Expressions;
using System.Text.RegularExpressions;
using NUnit.Framework;

[TestFixture]
Expand Down

0 comments on commit 3d887ee

Please sign in to comment.