From 377866d8843465fad5e3b9d66611cb8306890a0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Jul 2020 14:37:40 -0400 Subject: [PATCH] remove unused import --- Command/Unannex.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Command/Unannex.hs b/Command/Unannex.hs index ab73bea458..7bb5cd464f 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -9,7 +9,6 @@ module Command.Unannex where import Command import qualified Annex -import Annex.Content import Annex.Perms import qualified Git.Command import Utility.CopyFile