Skip to content

Commit

Permalink
Remove redundant import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 28, 2022
1 parent cc815e0 commit fa3e4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonmark-extensions/src/Commonmark/Extensions/Math.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Commonmark.Extensions.Math
( HasMath(..)
, mathSpec )
where
import Control.Monad (mzero, guard)
import Control.Monad (mzero)
import Commonmark.Types
import Commonmark.Tokens
import Commonmark.Syntax
Expand Down

0 comments on commit fa3e4e5

Please sign in to comment.