import Utility.FileSystemEncoding in Common

This commit is contained in:
Joey Hess 2019-01-03 11:37:02 -04:00
parent f574d8af10
commit 7d51b0c109
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
21 changed files with 1 additions and 22 deletions

View file

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