From fada5c120c76fb6fdfbfb16ff6ea291919724c4d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Apr 2020 15:19:49 -0400 Subject: [PATCH] remove unused import --- CmdLine/Action.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/CmdLine/Action.hs b/CmdLine/Action.hs index 2c2cb3f4d2..e72d095292 100644 --- a/CmdLine/Action.hs +++ b/CmdLine/Action.hs @@ -17,7 +17,6 @@ import Types.Concurrency import Messages.Concurrent import Types.Messages import Types.WorkerPool -import Remote.List import Control.Concurrent import Control.Concurrent.Async