diff options
| author | KonH <konh@yandex.ru> | 2021-10-03 10:49:41 +0700 |
|---|---|---|
| committer | KonH <konh@yandex.ru> | 2021-10-03 10:49:41 +0700 |
| commit | b6bf43af4590579a1902552ed1b1eaaa4946f7b3 (patch) | |
| tree | 33c57d7387e8a1f8b6f282dd7c98abc6e78896d8 /tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs | |
| parent | 7c282ec3694d8e6a127588c41cd0c68f8ee4e93b (diff) | |
Fix warning: Using directive is not required by the code and can be safely removed (#2149)
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs b/tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs index ce1ed86fa..c0c363d3d 100644 --- a/tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs +++ b/tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs @@ -1,6 +1,4 @@ using System; -using System.Collections; -using System.Collections.Generic; using MediaBrowser.MediaEncoding.Encoder; using Microsoft.Extensions.Logging.Abstractions; using Xunit; |
