remove unused import

This commit is contained in:
Joey Hess 2021-06-21 12:32:36 -04:00
parent 1cc7b2661e
commit 4eb3778aec
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -10,7 +10,6 @@
module Annex.Drop where
import Annex.Common
import qualified Annex
import Logs.Trust
import Annex.NumCopies
import Types.Remote (uuid, appendonly, config, remotetype, thirdPartyPopulated)