Skip to content

Commit 4b57cb9

Browse files
committed
oop
1 parent f0fe33d commit 4b57cb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sphinx_autodoc_typehints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ def process_docstring(app, what, name, obj, options, lines):
418418
obj = obj.fget
419419

420420
if callable(obj):
421-
422421
if inspect.isclass(obj):
423422
obj = getattr(obj, '__init__')
424423

0 commit comments

Comments
 (0)