8000 resolve inconsistent-return-statements lint error. · shader/python-fire@ed3cd74 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed3cd74

Browse files
dbiebercopybara-github
authored andcommitted
resolve inconsistent-return-statements lint error.
PiperOrigin-RevId: 259821764 Change-Id: I3983037f00f0d620b84363cd1bfc348c085ac8a2
1 parent eea8951 commit ed3cd74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fire/helptext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def _GetArgDescription(name, docstring_info):
417417
for arg_in_docstring in docstring_info.args:
418418
if arg_in_docstring.name in (name, '*' + name, '**' + name):
419419
return arg_in_docstring.description
420+
return None
420421

421422

422423
def _GroupUsageDetailsSection(groups):

0 commit comments

Comments
 (0)
0