Skip to content

Commit

Permalink
Remove unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 11, 2023
1 parent a9a357b commit c99cc53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Writers/ODT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c99cc53

Please sign in to comment.