clean up imports

This commit is contained in:
Joey Hess 2015-04-19 10:47:07 -04:00
parent c3dd133257
commit ca2cf63e34

View file

@ -8,15 +8,10 @@
module Command.GroupWanted where
import Common.Annex
import qualified Annex
import Command
import Logs.PreferredContent
import Types.Messages
import Types.Group
import Command.Wanted (performGet, performSet)
import qualified Data.Map as M
cmd :: [Command]
cmd = [command "groupwanted" (paramPair paramGroup (paramOptional paramExpression)) seek
SectionSetup "get or set groupwanted expression"]