style(objects): drop unused System.Linq imports in extraction tests
Assert.Single(collection, predicate) is an xUnit overload, not LINQ. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
06001a6ea5
commit
d72313b76b
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System.Linq;
|
||||
using Server.Commands;
|
||||
using Server.Items;
|
||||
using Xunit;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
using System.Linq;
|
||||
using Server.Commands;
|
||||
using Server.Items;
|
||||
using Xunit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue