From 2a5654edb95f916d90c481f5a72f5e4c4c83413f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 11 Apr 2020 16:16:35 -0400 Subject: [PATCH] Remove an unused using --- tests/Tgstation.Server.Host.Tests/TestServerFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Host.Tests/TestServerFactory.cs b/tests/Tgstation.Server.Host.Tests/TestServerFactory.cs index ed002bf91f..9f7544e38b 100644 --- a/tests/Tgstation.Server.Host.Tests/TestServerFactory.cs +++ b/tests/Tgstation.Server.Host.Tests/TestServerFactory.cs @@ -1,7 +1,6 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; -using Tgstation.Server.Host.Core; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.System;