diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-01 11:53:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-01 11:53:43 -0400 |
commit | 869cb82f4927adff636051645dd3c693ed22ff31 (patch) | |
tree | c32791f51373d9e0b91d5eaffae85009006c2864 /Command/PreCommit.hs | |
parent | 038da52bdd94311e4b9512a21952ce0f256643e0 (diff) |
remove unnecessary imports
Diffstat (limited to 'Command/PreCommit.hs')
-rw-r--r-- | Command/PreCommit.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs index 6d8f7b9b3..3046d3562 100644 --- a/Command/PreCommit.hs +++ b/Command/PreCommit.hs @@ -7,15 +7,9 @@ module Command.PreCommit where -import Control.Monad.State (liftIO) - import Command -import qualified Annex -import qualified AnnexQueue -import qualified GitRepo as Git import qualified Command.Add import qualified Command.Fix -import Utility command :: [Command] command = [repoCommand "pre-commit" paramPath seek "run by git pre-commit hook"] |