remove unused import
authorJoey Hess <joeyh@joeyh.name>
Wed, 19 Feb 2020 17:13:13 +0000 (13:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 26 Feb 2020 22:17:56 +0000 (18:17 -0400)
(cherry picked from commit 1f0fc9ff5f310e867b69d20693bd197199564bad)

Git/LsTree.hs

index 94c56728c4fbdbe5ae3b68ed7c54aa485db4018d..5175c390244cd47488f82b847e09cf5755f97b41 100644 (file)
@@ -21,7 +21,6 @@ module Git.LsTree (
 import Common
 import Git
 import Git.Command
-import Git.Sha
 import Git.FilePath
 import qualified Git.Filename
 import Utility.Attoparsec