diff --git a/OliverBooth/Controllers/FormattedBlacklist.cs b/OliverBooth/Controllers/FormattedBlacklist.cs index 9f29076..bce6143 100644 --- a/OliverBooth/Controllers/FormattedBlacklist.cs +++ b/OliverBooth/Controllers/FormattedBlacklist.cs @@ -1,5 +1,4 @@ using System.Text; -using System.Text.Json; using Microsoft.AspNetCore.Mvc; using OliverBooth.Data.Web; using OliverBooth.Services; diff --git a/OliverBooth/Data/Web/Book.cs b/OliverBooth/Data/Web/Book.cs index 465e0f3..278aa4e 100644 --- a/OliverBooth/Data/Web/Book.cs +++ b/OliverBooth/Data/Web/Book.cs @@ -2,7 +2,6 @@ using NetBarcode; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Formats.Png; using SixLabors.ImageSharp.Processing; -using Type = System.Type; namespace OliverBooth.Data.Web; diff --git a/OliverBooth/Data/Web/IBook.cs b/OliverBooth/Data/Web/IBook.cs index 05c7f32..5c71d85 100644 --- a/OliverBooth/Data/Web/IBook.cs +++ b/OliverBooth/Data/Web/IBook.cs @@ -1,5 +1,3 @@ -using SixLabors.ImageSharp; - namespace OliverBooth.Data.Web; /// diff --git a/OliverBooth/Services/MastodonService.cs b/OliverBooth/Services/MastodonService.cs index c23263b..52ce479 100644 --- a/OliverBooth/Services/MastodonService.cs +++ b/OliverBooth/Services/MastodonService.cs @@ -1,6 +1,5 @@ using System.Text.Json; using System.Text.Json.Serialization; -using OliverBooth.Data; using OliverBooth.Data.Mastodon; namespace OliverBooth.Services;