diff options
| author | Albert Krewinkel <[email protected]> | 2022-10-10 09:25:01 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-10-10 09:25:01 +0200 |
| commit | d6fb8fb20fbb822d58cdfbde34961094c902a708 (patch) | |
| tree | 8187c188ff928b49213cd1f5154966bcc90e1053 /src | |
| parent | 3e1d3b5e5efb269a75550f70156c722de3da56d0 (diff) | |
Remove redundant import from T.P.Scripting
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Scripting.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Scripting.hs b/src/Text/Pandoc/Scripting.hs index 9df00a5cf..09b19f12e 100644 --- a/src/Text/Pandoc/Scripting.hs +++ b/src/Text/Pandoc/Scripting.hs @@ -23,7 +23,6 @@ import Text.Pandoc.Class.PandocMonad (PandocMonad) import Text.Pandoc.Error (PandocError (PandocNoScriptingEngine)) import Text.Pandoc.Filter.Environment (Environment) import Text.Pandoc.Readers (Reader) -import Text.Pandoc.Sources (Sources) import Text.Pandoc.Writers (Writer) -- | Structure to define a scripting engine. |
