No longer importing "Paragraph"

removed Paragraph from being imported from marko.ext.gfm.elements as it is not being used
This commit is contained in:
Fredrik Svantes 2021-09-24 12:45:37 +02:00 committed by GitHub
parent 5a4e568d2d
commit e0eec44e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ except ImportError:
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