summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/User.hs
diff options
context:
space:
mode:
authorJoey Hess2015-11-25 13:57:52 -0400
committerJoey Hess2015-11-25 13:57:52 -0400
commit6284e3f825ddf785f460f62ed4d681ad28ac788e (patch)
treeac73d67648d954fea467fbcf991dcf64d4a4633e /src/Propellor/Property/User.hs
parent93d698a803d8ca2d8290dc7b79ee8c319fad2522 (diff)
unused import
Diffstat (limited to 'src/Propellor/Property/User.hs')
-rw-r--r--src/Propellor/Property/User.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/User.hs b/src/Propellor/Property/User.hs
index 5bb4e1a7..564be82d 100644
--- a/src/Propellor/Property/User.hs
+++ b/src/Propellor/Property/User.hs
@@ -1,7 +1,6 @@
module Propellor.Property.User where
import System.Posix
-import Data.List
import Propellor.Base
import qualified Propellor.Property.File as File