summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-11 10:42:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-11 10:42:24 -0800
commitc99cc530242b1e8812ac7945cabdc6d7a1005669 (patch)
treeae5e56ed20dc73c354dc0bb6f7c755a41ec8e28e
parenta9a357b5d9dc4f41af72356a682c4d7e20eb14f1 (diff)
Remove unnecessary import.
-rw-r--r--src/Text/Pandoc/Writers/ODT.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/ODT.hs b/src/Text/Pandoc/Writers/ODT.hs
index 3d343d804..2061c04b4 100644
--- a/src/Text/Pandoc/Writers/ODT.hs
+++ b/src/Text/Pandoc/Writers/ODT.hs
@@ -13,7 +13,6 @@ Conversion of 'Pandoc' documents to ODT.
-}
module Text.Pandoc.Writers.ODT ( writeODT ) where
import Codec.Archive.Zip
-import Control.Monad
import Control.Monad.Except (catchError, throwError)
import Control.Monad.State.Strict
import qualified Data.ByteString.Lazy as B