summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-04-13 14:43:29 -0400
committerJoey Hess <joeyh@joeyh.name>2018-04-13 14:43:29 -0400
commit1831cc4a7d3c0a4d5f181f363f17dc0ff83572ec (patch)
treea68591ad14187c40cb7dccc00e1d746d9cba46fa /Command
parent64980db7d979eba4611cb42072e2eec48b716c91 (diff)
remove unused import
Diffstat (limited to 'Command')
-rw-r--r--Command/AddUrl.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs
index 687c52d3e6..4721599248 100644
--- a/Command/AddUrl.hs
+++ b/Command/AddUrl.hs
@@ -27,7 +27,6 @@ import Types.KeySource
import Types.UrlContents
import Annex.FileMatcher
import Logs.Location
-import Messages.Progress
import Utility.Metered
import Utility.FileSystemEncoding
import Utility.HtmlDetect