Skip to content

Commit

Permalink
Remove unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 1, 2024
1 parent 3ba9682 commit 4211efa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Class/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module Text.Pandoc.Class.IO

import Control.Monad.Except (throwError)
import Control.Monad.IO.Class (MonadIO, liftIO)
import Data.ByteString.Base64 (decodeLenient)
import Data.ByteString.Lazy (toChunks)
import Data.Text (Text, pack, unpack)
import Data.Time (TimeZone, UTCTime)
Expand Down

0 comments on commit 4211efa

Please sign in to comment.