From a2fda1bb11c362eba0260a852faaf47b0a6efaa2 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:57:08 +0300 Subject: [PATCH] Downloaders/VideoDownloaderFactory: remove unnused using --- CommandLineApp/Downloaders/VideoDownloaderFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CommandLineApp/Downloaders/VideoDownloaderFactory.cs b/CommandLineApp/Downloaders/VideoDownloaderFactory.cs index 0747319..523a44b 100644 --- a/CommandLineApp/Downloaders/VideoDownloaderFactory.cs +++ b/CommandLineApp/Downloaders/VideoDownloaderFactory.cs @@ -1,6 +1,5 @@ using dis.CommandLineApp.Interfaces; using dis.CommandLineApp.Models; -using Serilog; using Spectre.Console; using YoutubeDLSharp; using YoutubeDLSharp.Options;