Skip to content

Commit 2dd2236

Browse files
Merge branch 'main' into bot-core-100
2 parents aa8d120 + 7f8d2ab commit 2dd2236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def linkcode_resolve(repo_link: str, domain: str, info: dict[str, str]) -> typin
6464

6565
try:
6666
lines, start = inspect.getsourcelines(symbol[-1])
67+
module = inspect.getmodule(symbol[-1])
6768
end = start + len(lines)
6869
except TypeError:
6970
# Find variables by parsing the ast

0 commit comments

Comments
 (0)