[backend] Remove unused imports

This commit is contained in:
Laura Hausmann 2024-02-29 19:29:32 +01:00
parent 6b6e320012
commit 6b0328f7aa
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,8 +1,5 @@
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;
using NpgsqlTypes;
using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
namespace Iceshrimp.Backend.Core.Database.Tables; namespace Iceshrimp.Backend.Core.Database.Tables;