From 5e179b102958a5397176ff9f2855e25540912461 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 25 Dec 2024 08:35:05 +0100 Subject: [PATCH] Fix main build (#4446) --- .../MSTest.Analyzers/TestContextShouldBeValidAnalyzer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Analyzers/MSTest.Analyzers/TestContextShouldBeValidAnalyzer.cs b/src/Analyzers/MSTest.Analyzers/TestContextShouldBeValidAnalyzer.cs index 1b470e263b..f0d1e3a689 100644 --- a/src/Analyzers/MSTest.Analyzers/TestContextShouldBeValidAnalyzer.cs +++ b/src/Analyzers/MSTest.Analyzers/TestContextShouldBeValidAnalyzer.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using System.Collections.Concurrent; using System.Collections.Immutable; using Analyzer.Utilities.Extensions;