[backend/core] Code cleanup

This commit is contained in:
Laura Hausmann 2025-02-17 23:40:53 +01:00
parent fe083d3a5c
commit 4cdd5e9889
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,6 +1,5 @@
using Iceshrimp.Backend.Controllers.Shared.Attributes; using Iceshrimp.Backend.Controllers.Shared.Attributes;
using Iceshrimp.Backend.Controllers.Shared.Schemas; using Iceshrimp.Backend.Controllers.Shared.Schemas;
using Iceshrimp.Backend.Core.Database;
using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Middleware;
using Iceshrimp.Shared.Helpers; using Iceshrimp.Shared.Helpers;
using Iceshrimp.Shared.Schemas.Web; using Iceshrimp.Shared.Schemas.Web;