Skip to content

Commit 8f2dfb3

Browse files
[autofix.ci] apply automated fixes
1 parent 4c12cbd commit 8f2dfb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pdoc/render_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def linkify(
344344
For example, replace "current_module.Foo" with "Foo". This is useful for annotations
345345
(which are verbose), but undesired for docstrings (where we want to preserve intent).
346346
"""
347+
347348
def linkify_repl(m: re.Match):
348349
"""
349350
Resolve `text` to the most suitable documentation object.

0 commit comments

Comments
 (0)