From ff388da382995f005daad03d13be9d0e733a4b94 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:10:50 -0400 Subject: [PATCH] Cleanup imports --- TwitchDownloaderCore/ClipDownloader.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TwitchDownloaderCore/ClipDownloader.cs b/TwitchDownloaderCore/ClipDownloader.cs index 34547b27..0ed26659 100644 --- a/TwitchDownloaderCore/ClipDownloader.cs +++ b/TwitchDownloaderCore/ClipDownloader.cs @@ -3,7 +3,6 @@ using System.IO; using System.Linq; using System.Net.Http; -using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Web;