There was an error while loading. Please reload this page.
1 parent c914a40 commit dde0617Copy full SHA for dde0617
1 file changed
st2client/st2client/utils/interactive.py
@@ -93,6 +93,7 @@ def _construct_description(self):
93
if "description" in self.spec:
94
95
def get_bottom_toolbar_tokens(cli):
96
+ # pylint: disable=no-member
97
return [(token.Token.Toolbar, self.spec["description"])]
98
99
self.options["get_bottom_toolbar_tokens"] = get_bottom_toolbar_tokens
0 commit comments