From 60d31163c5f92c380a46856017793c11edee4f45 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 1 Mar 2021 16:12:12 -0700 Subject: [PATCH] remove redundant imports --- agent/src/Application.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/agent/src/Application.hs b/agent/src/Application.hs index 94daf694f..160d795d7 100644 --- a/agent/src/Application.hs +++ b/agent/src/Application.hs @@ -25,7 +25,6 @@ where import Startlude hiding (runReader) -import Control.Carrier.Lift ( runM ) import Control.Concurrent.STM.TVar ( newTVarIO ) import Control.Monad.Logger import Control.Effect.Labelled ( Labelled, runLabelled ) @@ -59,11 +58,9 @@ import qualified Daemon.SslRenew as SSLRenew import Daemon.TorHealth import Daemon.ZeroConf import Foundation -import qualified Lib.Algebra.Domain.AppMgr as AppMgr2 import Lib.Algebra.State.RegistryUrl import Lib.Background import Lib.Database -import Lib.Error import Lib.External.Metrics.ProcDev import Lib.SelfUpdate import Lib.Sound