Fix an unneeded import warning.
This commit is contained in:
parent
c93ecfc3c5
commit
b4ccb70893
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ import System.Posix.Terminal (queryTerminal)
|
|||
import System.Posix.IO (stdOutput)
|
||||
#endif
|
||||
import Control.Monad.Trans
|
||||
import Text.Pandoc.Class (withMediaBag, PandocIO, getLog, setVerbosity)
|
||||
import Text.Pandoc.Class (withMediaBag, PandocIO, getLog)
|
||||
|
||||
convertWithOpts :: Opt -> [FilePath] -> IO ()
|
||||
convertWithOpts opts args = do
|
||||
|
|
Loading…
Reference in a new issue