From c45a7054c0b4ed4003fd401d48930450402f09ea Mon Sep 17 00:00:00 2001 From: anitarua Date: Thu, 31 Oct 2024 11:40:50 -0700 Subject: [PATCH] remove unused imports --- src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs | 2 -- src/Momento.Sdk/Exceptions/LimitExceededException.cs | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs b/src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs index 3b69d3fe..5316e98b 100644 --- a/src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs +++ b/src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs @@ -1,6 +1,4 @@ using System; -using System.Linq; -using System.Threading.Tasks; using Grpc.Core; using Microsoft.Extensions.Logging; diff --git a/src/Momento.Sdk/Exceptions/LimitExceededException.cs b/src/Momento.Sdk/Exceptions/LimitExceededException.cs index cf4cd9ae..8a43d13e 100644 --- a/src/Momento.Sdk/Exceptions/LimitExceededException.cs +++ b/src/Momento.Sdk/Exceptions/LimitExceededException.cs @@ -1,6 +1,5 @@ namespace Momento.Sdk.Exceptions; -using System; using Grpc.Core; ///