Skip to content

Commit

Permalink
Shorten line too long in helputils
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Jan 30, 2019
1 parent a81d1d2 commit 855f317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fire/helputils.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def HelpTextForObject(component, info, trace=None, verbose=False):
values.append((member_name, member))

possible_actions = []
# TODO(joejoevictor): Add global flags to here. Also, if it's a callable, there
# will be additional flags.
# TODO(joejoevictor): Add global flags to here. Also, if it's a callable,
# there will be additional flags.
possible_flags = ''
detail_section_string = ''
item_template = """
Expand Down

0 comments on commit 855f317

Please sign in to comment.