From 82c6ac3e9855cbab2e27e72db6d7f25d28f04567 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Tue, 21 Jun 2022 17:34:12 -0400 Subject: [PATCH] move removing usings --- BinaryDad.Coding/Controllers/HomeController.cs | 4 ---- BinaryDad.Coding/Hubs/CodeHub.cs | 1 - 2 files changed, 5 deletions(-) diff --git a/BinaryDad.Coding/Controllers/HomeController.cs b/BinaryDad.Coding/Controllers/HomeController.cs index 787b2c6..9b26442 100644 --- a/BinaryDad.Coding/Controllers/HomeController.cs +++ b/BinaryDad.Coding/Controllers/HomeController.cs @@ -1,8 +1,4 @@ using Microsoft.AspNetCore.Mvc; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace BinaryDad.Coding.Controllers { diff --git a/BinaryDad.Coding/Hubs/CodeHub.cs b/BinaryDad.Coding/Hubs/CodeHub.cs index b6a7996..800601b 100644 --- a/BinaryDad.Coding/Hubs/CodeHub.cs +++ b/BinaryDad.Coding/Hubs/CodeHub.cs @@ -1,6 +1,5 @@ using Microsoft.AspNetCore.SignalR; using System; -using System.Collections.Generic; using System.Threading.Tasks; namespace BinaryDad.Coding.Hubs