clean up imports
This commit is contained in:
parent
c3dd133257
commit
ca2cf63e34
1 changed files with 0 additions and 5 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue