unused import

This commit is contained in:
Joey Hess 2016-07-26 14:52:07 -04:00
parent 880674020f
commit 5c92b8e034
Failed to extract signature

View file

@ -72,7 +72,6 @@ import Remote.List
import Config
import Git.Types (RemoteName)
import qualified Git
import Utility.JSONStream
{- Map from UUIDs of Remotes to a calculated value. -}
remoteMap :: (Remote -> v) -> Annex (M.Map UUID v)