Skip to content

Commit b663620

Browse files
committed
Remove long annotation
1 parent 9aa3f69 commit b663620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fire/helptext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _GetShortFlags(flags):
187187
return [v for v in short_flags if short_flag_counts[v] == 1]
188188

189189

190-
def _ArgsAndFlagsSections(info, spec, metadata) -> tuple[list[tuple[str, str]], list[tuple[str, str]]]:
190+
def _ArgsAndFlagsSections(info, spec, metadata):
191191
"""The "Args and Flags" sections of the help string."""
192192
args_with_no_defaults = spec.args[:len(spec.args) - len(spec.defaults)]
193193
args_with_defaults = spec.args[len(spec.args) - len(spec.defaults):]

0 commit comments

Comments
 (0)