remove redundant import

This commit is contained in:
Adam C. Baker
2014-10-01 16:40:23 -07:00
parent 4c636b5512
commit bf494abb58
+1 -1
View File
@@ -4,7 +4,7 @@ module Unit.PgQuerySpec where
import Test.Hspec import Test.Hspec
import Database.HDBC (IConnection, SqlValue, SqlError, toSql, prepare, import Database.HDBC (IConnection, SqlValue, toSql, prepare,
quickQuery, fromSql, execute, seState, fetchAllRowsAL) quickQuery, fromSql, execute, seState, fetchAllRowsAL)
import PgQuery (insert, addUser, signInRole, checkPass) import PgQuery (insert, addUser, signInRole, checkPass)