From e9d1bb5d77f234a3c8d5ca9b3d09e06a235475dc Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Wed, 11 Sep 2024 10:35:51 -0700 Subject: [PATCH] [PM-10996] Linting --- src/Api/Vault/Controllers/CiphersController.cs | 1 - test/Api.Test/Vault/Controllers/CiphersControllerTests.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Api/Vault/Controllers/CiphersController.cs b/src/Api/Vault/Controllers/CiphersController.cs index 796997d17..dabea2983 100644 --- a/src/Api/Vault/Controllers/CiphersController.cs +++ b/src/Api/Vault/Controllers/CiphersController.cs @@ -6,7 +6,6 @@ using Bit.Api.Utilities; using Bit.Api.Vault.Models.Request; using Bit.Api.Vault.Models.Response; using Bit.Core; -using Bit.Core.AdminConsole.Services; using Bit.Core.Context; using Bit.Core.Entities; using Bit.Core.Enums; diff --git a/test/Api.Test/Vault/Controllers/CiphersControllerTests.cs b/test/Api.Test/Vault/Controllers/CiphersControllerTests.cs index 887d72530..64c9c76ed 100644 --- a/test/Api.Test/Vault/Controllers/CiphersControllerTests.cs +++ b/test/Api.Test/Vault/Controllers/CiphersControllerTests.cs @@ -1,7 +1,6 @@ using System.Security.Claims; using Bit.Api.Vault.Controllers; using Bit.Api.Vault.Models.Request; -using Bit.Core; using Bit.Core.Context; using Bit.Core.Entities; using Bit.Core.Enums;