Skip to content

Commit 5dfef3f

Browse files
committed
Fix lint
1 parent f263972 commit 5dfef3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymdownx/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def parse_sub_patterns(
230230
self,
231231
data: str,
232232
parent: etree.Element,
233-
last: None | etree.Element,
233+
last: etree.Element | None,
234234
full_recursion: bool,
235235
idx: int
236236
) -> None:

0 commit comments

Comments
 (0)