Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Feb 6, 2024
1 parent af75339 commit 17e212e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_inlinecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def get_target(viewcode_link: Tag) -> str:
return viewcode_link.get('href').removeprefix("_modules/").replace("html#", "").replace("/", ".")


@functools.cache
def get_code_block(qualname: str, obj: Any, highlighter: PythonLexer) -> BeautifulSoup:
"""Parses and highlights the source code lines of the provided object
Expand Down

0 comments on commit 17e212e

Please sign in to comment.