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:
Kamron Batman 2026-07-19 11:33:19 -07:00
parent 06001a6ea5
commit d72313b76b
No known key found for this signature in database
GPG key ID: 7D81DF26D9A5D94A
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
using System.Linq;
using Server.Commands;
using Server.Items;
using Xunit;

View file

@ -1,4 +1,3 @@
using System.Linq;
using Server.Commands;
using Server.Items;
using Xunit;