Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 24, 2024
1 parent a52b6c2 commit 9e61834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Lua/Marshal/Pandoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import Text.Pandoc.Lua.Marshal.MetaValue (peekMetaValue, pushMetaValue)
import Text.Pandoc.Lua.Marshal.Shared (walkBlocksAndInlines)
import Text.Pandoc.Lua.Walk (applyStraight)
import Text.Pandoc.Walk (Walkable (walk))
import qualified Data.Foldable as Foldable
import qualified Text.Pandoc.Builder as B

-- | Pushes a 'Pandoc' value as userdata.
Expand Down

0 comments on commit 9e61834

Please sign in to comment.