summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-04-22 12:27:23 -0400
committerJoey Hess2018-04-22 12:27:23 -0400
commitbc0257338d25ff8c93e82bd6f88387f41a99f097 (patch)
tree196c698b78f3792374117ee9c3650eaf4b79d8f5
parent6e5f36821f2fa09324217e227b5f1645f6a069a0 (diff)
remove unused import
-rw-r--r--joeyconfig.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index bba2072f..e3ac1227 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -33,7 +33,6 @@ import qualified Propellor.Property.Systemd as Systemd
import qualified Propellor.Property.Journald as Journald
import qualified Propellor.Property.Fail2Ban as Fail2Ban
import qualified Propellor.Property.Laptop as Laptop
-import qualified Propellor.Property.OS as OS
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
import qualified Propellor.Property.HostingProvider.Linode as Linode
import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean