From 501ea583d0cfa664bc2fbac73df719ff34dcce4c Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 24 Apr 2023 20:04:17 -0400 Subject: [PATCH] Remove unused using --- tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index 062845f303..ccc564461e 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -14,7 +14,6 @@ using Tgstation.Server.Api.Models; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.Core; -using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.Setup; using Tgstation.Server.Host.Utils;