From 9bda2108b8906bd196b2b61f3d97450df3f6435c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 28 Jun 2019 15:39:36 -0500 Subject: [PATCH] rm unused using --- src/FilterLists.Agent/ListArchiver/DownloadLists.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FilterLists.Agent/ListArchiver/DownloadLists.cs b/src/FilterLists.Agent/ListArchiver/DownloadLists.cs index dbf9f3f29..bb17337a9 100644 --- a/src/FilterLists.Agent/ListArchiver/DownloadLists.cs +++ b/src/FilterLists.Agent/ListArchiver/DownloadLists.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow;