[backend] Remove unused imports
This commit is contained in:
parent
4e2358ef2a
commit
911480afcb
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using CommunityToolkit.HighPerformance;
|
||||
using Iceshrimp.Backend.Core.Configuration;
|
||||
using Iceshrimp.Backend.Core.Database.Tables;
|
||||
using Iceshrimp.Backend.Core.Extensions;
|
||||
|
|
|
@ -14,7 +14,6 @@ using Iceshrimp.MfmSharp;
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Options;
|
||||
using static Iceshrimp.Backend.Core.Federation.ActivityPub.UserResolver;
|
||||
using CommunityToolkit.HighPerformance;
|
||||
|
||||
namespace Iceshrimp.Backend.Core.Services;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue