Skip to content

Commit

Permalink
Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Dec 29, 2023
1 parent 6e89b8a commit 043fedb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Src/FluentAssertions/Execution/DefaultAssertionStrategy.cs
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using FluentAssertions.Common;

Expand Down
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions.Execution;
using Xunit;
using Xunit.Sdk;
Expand Down
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using FluentAssertions.Execution;
using Xunit;
Expand Down
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions.Execution;
using Xunit;
using Xunit.Sdk;
Expand Down
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using FluentAssertions.Execution;
using Xunit;
Expand Down
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions.Execution;
using Xunit;
using Xunit.Sdk;
Expand Down
1 change: 0 additions & 1 deletion Tests/FluentAssertions.Specs/Types/TypeSelectorSpecs.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using FluentAssertions.Types;
Expand Down

0 comments on commit 043fedb

Please sign in to comment.