diff --git a/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs b/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs index fa8ffb258e..e7806f5e77 100644 --- a/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs +++ b/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs @@ -1,5 +1,4 @@ -using System.Data.Common; -using AutoMapper; +using AutoMapper; using Bit.Core.AdminConsole.Collections; using Bit.Core.AdminConsole.OrganizationFeatures.Collections; using Bit.Core.Enums; diff --git a/src/Infrastructure.EntityFramework/Repositories/DatabaseExceptionHelpers.cs b/src/Infrastructure.EntityFramework/Repositories/DatabaseExceptionHelpers.cs index e5c9ecbd9a..7d297efcc9 100644 --- a/src/Infrastructure.EntityFramework/Repositories/DatabaseExceptionHelpers.cs +++ b/src/Infrastructure.EntityFramework/Repositories/DatabaseExceptionHelpers.cs @@ -1,7 +1,4 @@ -using System.Data.Common; -using Microsoft.EntityFrameworkCore; - -namespace Bit.Infrastructure.EntityFramework.Repositories; +namespace Bit.Infrastructure.EntityFramework.Repositories; #nullable enable