aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Org/Inline/Smart.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/Org/Inline/Smart.hs')
-rw-r--r--test/Tests/Readers/Org/Inline/Smart.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/Org/Inline/Smart.hs b/test/Tests/Readers/Org/Inline/Smart.hs
index 9c5f757f3..7a5e653cf 100644
--- a/test/Tests/Readers/Org/Inline/Smart.hs
+++ b/test/Tests/Readers/Org/Inline/Smart.hs
@@ -4,7 +4,7 @@ module Tests.Readers.Org.Inline.Smart (tests) where
import Data.Text (Text)
import Test.Tasty (TestTree)
import Tests.Helpers ((=?>), purely, test)
-import Text.Pandoc (Pandoc, ReaderOptions (readerExtensions),
+import Text.Pandoc (ReaderOptions (readerExtensions),
Extension (Ext_smart), def, enableExtension,
getDefaultExtensions, readOrg)
import Text.Pandoc.Builder