Skip to content

Commit 80b4ac7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a3a7984 commit 80b4ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from __future__ import annotations
44

55
import re
6-
import unicodedata
76
from re import Match
87
from typing import TypeVar
8+
import unicodedata
99

1010
from .entities import entities
1111

0 commit comments

Comments
 (0)