Skip to content

Commit

Permalink
Removed superfluous import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 23, 2019
1 parent 395ea03 commit 09b6dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Writers/Ipynb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Ipynb (Jupyter notebook JSON format) writer for pandoc.
module Text.Pandoc.Writers.Ipynb ( writeIpynb )
where
import Prelude
import Control.Monad (foldM)
import Control.Monad.State
import qualified Data.Map as M
import Data.Maybe (catMaybes, fromMaybe)
Expand Down

0 comments on commit 09b6dca

Please sign in to comment.