Skip to content

Commit

Permalink
Merge pull request #2622 from fredriksvantes/patch-2
Browse files Browse the repository at this point in the history
No longer importing "Paragraph"
  • Loading branch information
djrtwo authored Sep 24, 2021
2 parents 5a4e568 + e0eec44 commit 3f885c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from marko.block import Heading, FencedCode, LinkRefDef, BlankLine
from marko.inline import CodeSpan
from marko.ext.gfm import gfm
from marko.ext.gfm.elements import Table, Paragraph
from marko.ext.gfm.elements import Table


# Definitions in context.py
Expand Down

0 comments on commit 3f885c6

Please sign in to comment.