Skip to content

Commit 11b5ff6

Browse files
committed
Move to top String From...
1 parent bde2eb7 commit 11b5ff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fire/helputils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from __future__ import print_function
2424

2525
import inspect
26+
2627
from fire import completion
2728
from fire import inspectutils
2829

@@ -106,13 +107,13 @@ def HelpString(component, trace=None, verbose=False):
106107
]
107108

108109
default_fields = [
110+
'string_form',
109111
'docstring',
110112
'init_docstring',
111113
'class_docstring',
112114
'call_docstring',
113115
'length',
114116
'usage',
115-
'string_form',
116117
]
117118
# level.debug, level.verbose
118119
fields = debug_fields if verbose else default_fields

0 commit comments

Comments
 (0)