Skip to content

Commit

Permalink
fixup! feat: Add link_titles option and adapt related logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 22, 2025
1 parent ffa06bf commit 0770374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mkdocs_autorefs/references.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from functools import lru_cache
from html import escape, unescape
from html.parser import HTMLParser
from typing import TYPE_CHECKING, Any, Callable, ClassVar
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Literal
from urllib.parse import urlsplit
from xml.etree.ElementTree import Element

Expand Down
2 changes: 1 addition & 1 deletion tests/test_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import annotations

from textwrap import dedent
from typing import TYPE_CHECKING
from typing import TYPE_CHECKING, Any

import markdown
import pytest
Expand Down

0 comments on commit 0770374

Please sign in to comment.