From f013520b84db106004e23cb3580da229299e39b0 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 12 Dec 2024 00:41:24 +0100 Subject: [PATCH] [backend] Remove unused import --- Iceshrimp.Backend/Controllers/Mastodon/MediaController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Iceshrimp.Backend/Controllers/Mastodon/MediaController.cs b/Iceshrimp.Backend/Controllers/Mastodon/MediaController.cs index 3f39b6ab..04b6a7e9 100644 --- a/Iceshrimp.Backend/Controllers/Mastodon/MediaController.cs +++ b/Iceshrimp.Backend/Controllers/Mastodon/MediaController.cs @@ -7,7 +7,6 @@ using Iceshrimp.Backend.Controllers.Mastodon.Schemas; using Iceshrimp.Backend.Controllers.Mastodon.Schemas.Entities; using Iceshrimp.Backend.Controllers.Shared.Attributes; using Iceshrimp.Backend.Core.Database; -using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services;