From cc26d104d15817909418fa477f624549a715b747 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Mon, 18 Mar 2024 21:25:28 -0400 Subject: [PATCH] Removed useless using --- src/Infrastructure/Data/ApplicationDbContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Infrastructure/Data/ApplicationDbContext.cs b/src/Infrastructure/Data/ApplicationDbContext.cs index 6860e86..1a41916 100644 --- a/src/Infrastructure/Data/ApplicationDbContext.cs +++ b/src/Infrastructure/Data/ApplicationDbContext.cs @@ -2,7 +2,6 @@ using Hutopy.Application.Common.Interfaces; using Hutopy.Domain.Entities; using Hutopy.Infrastructure.Identity; -using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;