From 5cbb31c559ff6eba9b8dec4dd85964b15c8f1f67 Mon Sep 17 00:00:00 2001 From: Nanook <188841+Nanook@users.noreply.github.com> Date: Thu, 24 Jul 2025 01:28:23 +0100 Subject: [PATCH] Update tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs b/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs index 7c6f8b02..a2e0ed8e 100644 --- a/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs +++ b/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs @@ -3,8 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; -using System.Threading.Tasks; - namespace SharpCompress.Test.Zip; ///