Skip to content

Commit

Permalink
Use correct import path in abbr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 20, 2024
1 parent da03cd6 commit dcdbfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/extensions/abbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

if TYPE_CHECKING: # pragma: no cover
from .. import Markdown
from ..blockparsers import BlockParser
from ..blockparser import BlockParser


class AbbrExtension(Extension):
Expand Down

0 comments on commit dcdbfce

Please sign in to comment.