Skip to content

Commit 9e61834

Browse files
committed
Remove unused import
1 parent a52b6c2 commit 9e61834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Text/Pandoc/Lua/Marshal/Pandoc.hs

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import Text.Pandoc.Lua.Marshal.MetaValue (peekMetaValue, pushMetaValue)
3535
import Text.Pandoc.Lua.Marshal.Shared (walkBlocksAndInlines)
3636
import Text.Pandoc.Lua.Walk (applyStraight)
3737
import Text.Pandoc.Walk (Walkable (walk))
38-
import qualified Data.Foldable as Foldable
3938
import qualified Text.Pandoc.Builder as B
4039

4140
-- | Pushes a 'Pandoc' value as userdata.

0 commit comments

Comments
 (0)