From f993f52a85a071d8808c8b9f6c80e58cbfe293fc Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 14 May 2020 20:15:38 -0400 Subject: [PATCH] Remove unused using --- tests/Tgstation.Server.Tests/IntegrationTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/IntegrationTest.cs b/tests/Tgstation.Server.Tests/IntegrationTest.cs index 0934e7e8dd..63e61fe328 100644 --- a/tests/Tgstation.Server.Tests/IntegrationTest.cs +++ b/tests/Tgstation.Server.Tests/IntegrationTest.cs @@ -1,4 +1,3 @@ -using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq;