From 4b61ada04872cb155650ec909d7d4b23e044b60c Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Mon, 4 Nov 2024 10:37:41 +0100 Subject: [PATCH] Remove unused usings --- tests/NetVips.Tests/ColourTests.cs | 1 - tests/NetVips.Tests/ConnectionTests.cs | 1 - tests/NetVips.Tests/CreateTests.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/NetVips.Tests/ColourTests.cs b/tests/NetVips.Tests/ColourTests.cs index b9aa461..97c7592 100644 --- a/tests/NetVips.Tests/ColourTests.cs +++ b/tests/NetVips.Tests/ColourTests.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Xunit; using Xunit.Abstractions; diff --git a/tests/NetVips.Tests/ConnectionTests.cs b/tests/NetVips.Tests/ConnectionTests.cs index f706677..33c7469 100644 --- a/tests/NetVips.Tests/ConnectionTests.cs +++ b/tests/NetVips.Tests/ConnectionTests.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using System.Text; using Xunit; using Xunit.Abstractions; diff --git a/tests/NetVips.Tests/CreateTests.cs b/tests/NetVips.Tests/CreateTests.cs index 948cf57..435bbfe 100644 --- a/tests/NetVips.Tests/CreateTests.cs +++ b/tests/NetVips.Tests/CreateTests.cs @@ -1,4 +1,3 @@ -using System; using Xunit; using Xunit.Abstractions;