summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-10-20 15:31:29 -0400
committerJoey Hess2015-10-20 15:31:29 -0400
commit23b97bc2872c442f81f650ccf4771613229b1cfc (patch)
tree2c30b7ba55058d6ca44679e983ec894be1e8da7b
parent4eb1b8b6ff8efc1fc58bd652a384828fdc47437a (diff)
unused import
-rw-r--r--src/Propellor/Property/Spin.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Spin.hs b/src/Propellor/Property/Spin.hs
index d719f86d..144f8197 100644
--- a/src/Propellor/Property/Spin.hs
+++ b/src/Propellor/Property/Spin.hs
@@ -9,7 +9,6 @@ module Propellor.Property.Spin (
import Propellor.Base
import Propellor.Spin (spin, SpinMode(..))
-import Propellor.PrivData
import Propellor.Types.Info
import qualified Propellor.Property.Ssh as Ssh