aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-24 23:39:59 +0100
committerJohn MacFarlane <[email protected]>2025-11-24 23:39:59 +0100
commit525113c31ea07d35a5a1e436866c7ed51fc90ccf (patch)
tree764348c39caaf7563b15300608b5a56af2c61b53 /test
parent59b8b3ed4b6998fad87b3a29ce59ba7a5cf40c46 (diff)
Fix warning in Docx reader test.
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Docx.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs
index 76af649b4..630b894e9 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -12,7 +12,6 @@ Tests for the word docx reader.
-}
module Tests.Readers.Docx (tests) where
-import Data.Algorithm.Diff (getDiff)
import Codec.Archive.Zip
import qualified Data.ByteString as BS
import qualified Data.ByteString.Lazy as B