Skip to content

Commit

Permalink
chore: un-freeze AnchorLink
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 21, 2023
1 parent 94228cd commit 11e229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mknodes/pages/toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_toc(md: str, toc_config: dict | None = None) -> TableOfContents:
return TableOfContents(toc)


@dataclasses.dataclass(frozen=True)
@dataclasses.dataclass(unsafe_hash=True)
class AnchorLink:
"""A single entry in the table of contents."""

Expand Down

0 comments on commit 11e229d

Please sign in to comment.