remove redundant imports

Clean build under ghc 8.8.3, which seems to do better at finding cases
where two imports both provide the same symbol, and warns about one of
them.

This commit was sponsored by Ilya Shlyakhter on Patreon.
This commit is contained in:
Joey Hess 2020-06-22 11:03:28 -04:00
parent 6ef62cb3c7
commit aa1ad0b7ca
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
13 changed files with 7 additions and 17 deletions

View file

@ -13,7 +13,6 @@ import Annex.Action
import Annex
import Utility.Rsync
import Types.Transfer
import Types.Remote (RetrievalSecurityPolicy(..))
import Command.SendKey (fieldTransfer)
import qualified CmdLine.GitAnnexShell.Fields as Fields