mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Removed unused using statements
This commit is contained in:
parent
e6447352f3
commit
9252c5269a
273 changed files with 112 additions and 857 deletions
|
@ -1,7 +1,4 @@
|
|||
using System;
|
||||
using NLog;
|
||||
using Nancy;
|
||||
using Nancy.Authentication.Basic;
|
||||
using NLog;
|
||||
using Nancy.Bootstrapper;
|
||||
using Nancy.Conventions;
|
||||
using Nancy.Diagnostics;
|
||||
|
@ -9,10 +6,7 @@ using NzbDrone.Api.Authentication;
|
|||
using NzbDrone.Api.ErrorManagement;
|
||||
using NzbDrone.Api.Extensions;
|
||||
using NzbDrone.Api.Frontend;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Common.Composition;
|
||||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Common.Model;
|
||||
using NzbDrone.Core.Instrumentation;
|
||||
using NzbDrone.Core.Lifecycle;
|
||||
using TinyIoC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue