Skip to content

Commit 2d38c9e

Browse files
committed
Made flake8 not complain...
1 parent 8bb3a3e commit 2d38c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_autodoc_typehints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def process_docstring(app, what, name, obj, options, lines):
7878

7979
if argname == 'return':
8080
if what in ('class', 'exception'):
81-
continue # Don't add return type None from __init__
81+
continue # Don't add return type None from __init__
8282
insert_index = len(lines)
8383
for i, line in enumerate(lines):
8484
if line.startswith(':rtype:'):

0 commit comments

Comments
 (0)