aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Sorting
diff options
context:
space:
mode:
authorHannes Braun <hannesbraun@mail.de>2022-09-28 16:17:08 +0200
committerHannes Braun <hannesbraun@mail.de>2022-09-28 16:26:03 +0200
commit4edeccc5e0ff391a5f8c35f5f9b81a5ca0e228de (patch)
tree7adb6a1d6523ca2ec2ffe51607e521955c7ce778 /tests/Jellyfin.Server.Implementations.Tests/Sorting
parentbb194b178fff1fe5257dca186222a8b666021795 (diff)
Remove redundant using directives
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Sorting')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Sorting/ParentIndexNumberComparerTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Sorting/ParentIndexNumberComparerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Sorting/ParentIndexNumberComparerTests.cs
index 40f271d61b..261092e019 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Sorting/ParentIndexNumberComparerTests.cs
+++ b/tests/Jellyfin.Server.Implementations.Tests/Sorting/ParentIndexNumberComparerTests.cs
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using Emby.Server.Implementations.Sorting;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Audio;