remove unused imports

This commit is contained in:
Joey Hess 2024-08-06 14:49:20 -04:00
parent ba1cb517c0
commit bb9b02b723
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -15,7 +15,6 @@ import qualified Annex
import Types.Remote import Types.Remote
import Types.Key import Types.Key
import Types.ProposedAccepted import Types.ProposedAccepted
import Types.Export
import Remote.Helper.Encryptable (encryptionIsEnabled) import Remote.Helper.Encryptable (encryptionIsEnabled)
import qualified Database.Export as Export import qualified Database.Export as Export
import qualified Database.ContentIdentifier as ContentIdentifier import qualified Database.ContentIdentifier as ContentIdentifier
@ -29,7 +28,6 @@ import Logs.Export
import Logs.ContentIdentifier (recordContentIdentifier) import Logs.ContentIdentifier (recordContentIdentifier)
import Control.Concurrent.STM import Control.Concurrent.STM
import qualified System.FilePath.ByteString as P
-- | Use for remotes that do not support exports. -- | Use for remotes that do not support exports.
class HasExportUnsupported a where class HasExportUnsupported a where