summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2020-08-14 14:11:50 -0400
committerJoey Hess2020-08-14 14:11:50 -0400
commit5eab7dbb71faf7c5a31daf141a26d8207c919e89 (patch)
tree37036541d519e9e94a3f70b44d8889aedb695c10
parente3371a89efb5f10bc00fe871e3c91b7de5eaeb86 (diff)
remove redundant import
new ghc is better at spotting these
-rw-r--r--src/Propellor/Property/DiskImage/PartSpec.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage/PartSpec.hs b/src/Propellor/Property/DiskImage/PartSpec.hs
index 652b53c8..fa59bd6d 100644
--- a/src/Propellor/Property/DiskImage/PartSpec.hs
+++ b/src/Propellor/Property/DiskImage/PartSpec.hs
@@ -38,7 +38,6 @@ import Propellor.Base
import Propellor.Property.Parted
import Propellor.Types.PartSpec
import Propellor.Types.Info
-import Propellor.Property.Partition (Fs(..))
import Propellor.Property.Mount
import Data.List (sortBy)