Skip to content

Commit c99cc53

Browse files
committed
Remove unnecessary import.
1 parent a9a357b commit c99cc53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Text/Pandoc/Writers/ODT.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Conversion of 'Pandoc' documents to ODT.
1313
-}
1414
module Text.Pandoc.Writers.ODT ( writeODT ) where
1515
import Codec.Archive.Zip
16-
import Control.Monad
1716
import Control.Monad.Except (catchError, throwError)
1817
import Control.Monad.State.Strict
1918
import qualified Data.ByteString.Lazy as B

0 commit comments

Comments
 (0)