consolidate

This commit is contained in:
Joey Hess 2023-06-20 15:10:11 -04:00
parent 72715845a1
commit 39f3d783fe
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -37,7 +37,7 @@ import Logs.File
import qualified Utility.Format
import Utility.Tmp
import Utility.Metered
import Command.AddUrl (addUrlFile, downloadRemoteFile, parseDownloadOptions, DownloadOptions(..), checkCanAdd)
import Command.AddUrl (addUrlFile, downloadRemoteFile, parseDownloadOptions, DownloadOptions(..), checkCanAdd, addWorkTree, checkRaw)
import Annex.UUID
import Backend.URL (fromUrl)
import Annex.Content
@ -47,7 +47,6 @@ import Types.MetaData
import Logs.MetaData
import Annex.MetaData
import Annex.FileMatcher
import Command.AddUrl (addWorkTree, checkRaw)
import Annex.UntrustedFilePath
import qualified Annex.Branch
import Logs