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
|
module Command.GroupWanted where
|
||||||
|
|
||||||
import Common.Annex
|
import Common.Annex
|
||||||
import qualified Annex
|
|
||||||
import Command
|
import Command
|
||||||
import Logs.PreferredContent
|
import Logs.PreferredContent
|
||||||
import Types.Messages
|
|
||||||
import Types.Group
|
|
||||||
import Command.Wanted (performGet, performSet)
|
import Command.Wanted (performGet, performSet)
|
||||||
|
|
||||||
import qualified Data.Map as M
|
|
||||||
|
|
||||||
cmd :: [Command]
|
cmd :: [Command]
|
||||||
cmd = [command "groupwanted" (paramPair paramGroup (paramOptional paramExpression)) seek
|
cmd = [command "groupwanted" (paramPair paramGroup (paramOptional paramExpression)) seek
|
||||||
SectionSetup "get or set groupwanted expression"]
|
SectionSetup "get or set groupwanted expression"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue