diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-10-10 08:36:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-10 08:36:27 -0700 |
commit | 2b1361e7381d45c47c4a53becab5b895b26f1dae (patch) | |
tree | 3c3b98c852383540a0c70c3dd5de44f5a3ee85aa | |
parent | fcefcfec39eeff5eff02bdd07dca7839f6b08ca2 (diff) | |
download | pandoc-2b1361e7381d45c47c4a53becab5b895b26f1dae.tar.gz |
Remove unnecessary import.
-rw-r--r-- | src/Text/Pandoc/App/CommandLineOptions.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index be52b42d1..f9f825a44 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -48,7 +48,6 @@ import Text.Pandoc.Highlighting (highlightingStyles) import Text.Pandoc.Writers.Math (defaultMathJaxURL, defaultKaTeXURL) import Text.Pandoc.Shared (ordNub, safeRead, defaultUserDataDirs) import Text.Printf -import Text.Pandoc.Class (runIOorExplode, PandocMonad(..)) #ifdef EMBED_DATA_FILES import Text.Pandoc.Data (dataFiles) |