From 2b1361e7381d45c47c4a53becab5b895b26f1dae Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 10 Oct 2019 08:36:27 -0700
Subject: Remove unnecessary import.

---
 src/Text/Pandoc/App/CommandLineOptions.hs | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/Text/Pandoc/App')

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)
-- 
cgit v1.2.3