remove unused imports

This commit is contained in:
Joey Hess 2016-01-20 13:43:58 -04:00
parent f1daa83118
commit 7aac76d40e
Failed to extract signature
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ module Command.RegisterUrl where
import Common.Annex import Common.Annex
import Command import Command
import Logs.Web import Logs.Web
import Annex.UUID
import Command.FromKey (mkKey) import Command.FromKey (mkKey)
import qualified Remote import qualified Remote

View file

@ -10,7 +10,6 @@ module Command.RmUrl where
import Common.Annex import Common.Annex
import Command import Command
import Logs.Web import Logs.Web
import Annex.UUID
import qualified Remote import qualified Remote
cmd :: Command cmd :: Command