aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-07 10:24:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-07 10:24:47 -0700
commit3c58cc4f338d431637ba6578914bb337bc0b2701 (patch)
tree8d709e3543380769063c2892d77ed24e3815a0c4 /src
parentda070bea4742025a1ea50c46f3cebc839ed55411 (diff)
downloadpandoc-3c58cc4f338d431637ba6578914bb337bc0b2701.tar.gz
Remove redundant import.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index 960d7cb5f..82d88c1c7 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -48,7 +48,6 @@ import Text.Pandoc.Filter (Filter (..))
import Text.Pandoc.Highlighting (highlightingStyles)
import Text.Pandoc.Writers.Math (defaultMathJaxURL, defaultKaTeXURL)
import Text.Pandoc.Shared (ordNub, safeRead, defaultUserDataDirs)
-import Text.Pandoc.Class (PandocMonad(..), runIOorExplode)
import Text.Printf
#ifdef EMBED_DATA_FILES