Skip to content

Commit

Permalink
Removed unused using.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 committed Dec 11, 2024
1 parent c9bcef1 commit 546f3a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LinqTests/Acceptance/where_clauses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Threading.Tasks;
using LinqTests.Acceptance.Support;
using Microsoft.FSharp.Core;
using Xunit.Abstractions;

namespace LinqTests.Acceptance;
Expand Down Expand Up @@ -191,4 +190,3 @@ public Task with_duplicated_fields(string description)
return assertTestCase(description, Fixture.DuplicatedFieldStore);
}
}

0 comments on commit 546f3a2

Please sign in to comment.