Remove redundant imports in tests

This commit is contained in:
Julian Ospald 2018-07-19 13:26:02 +08:00
父節點 6bc5381108
當前提交 3c5f06f41d
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 5 個檔案被更改,包括 0 行新增7 行删除

查看文件

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

查看文件

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

查看文件

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

查看文件

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

查看文件

@ -61,9 +61,6 @@ import System.Posix.Files.ByteString
, unionFileModes
)
import qualified "unix" System.Posix.IO.ByteString as SPI
import qualified "unix-bytestring" System.Posix.IO.ByteString as SPB
baseTmpDir :: ByteString