Remove unused imports

This commit is contained in:
Bogdan
2023-05-11 18:47:25 +03:00
parent ecc5439464
commit d38f2614d3
82 changed files with 4 additions and 144 deletions

View File

@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using NzbDrone.Core.Parser;

View File

@@ -1,6 +1,3 @@
using System;
using System.Security.Cryptography;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
namespace NzbDrone.Benchmark.Test