ReShaper cleanup,

Remove unnecessary using directives
This commit is contained in:
2023-06-20 14:59:08 +02:00
parent a809b7c285
commit 3b542c04f6
5 changed files with 11 additions and 11 deletions

View File

@ -23,6 +23,7 @@ public abstract class LibraryManager
/// <param name="baseUrl">Base-URL of Komga instance, no trailing slashes(/)</param>
/// <param name="auth">Base64 string of username and password (username):(password)</param>
/// <param name="logger"></param>
/// <param name="libraryType"></param>
protected LibraryManager(string baseUrl, string auth, Logger? logger, LibraryType libraryType)
{
this.baseUrl = baseUrl;